Color spaces of #c04234
RGB | 192 | 66 | 52 |
---|---|---|---|
HSL | 0.02 | 0.57 | 0.48 |
HSV | 6° | 73° | 75° |
CMYK | 0.00 | 0.66 | 0.73 0.25 |
XYZ | 24.3063 | 15.3508 | 4.9307 |
Yxy | 15.3508 | 0.5451 | 0.3443 |
Hunter Lab | 39.1801 | 42.1715 | 19.9646 |
CIE-Lab | 46.1110 | 49.6485 | 35.8005 |
#c04234 color RGB value is (192,66,52).
#c04234 hex color red value is 192, green value is 66 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c04234 hue: 0.02 , saturation: 0.57 and the lightness value of c04234 is 0.48.
The process color (four color CMYK) of #c04234 color hex is 0.00, 0.66, 0.73, 0.25. Web safe color of #c04234 is #cc3333. Color #c04234 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01000010 | 00110100 |
Octal | 300 | 102 | 64 |
Decimal | 192 | 66 | 52 |
Hex | C0 | 42 | 34 |
Shades of #c04234
Tints of #c04234
RGB Percentages of Color #c04234
CMYK Percentages of Color #c04234
Complementary Color
#c04234 | #34b2c0 |
#c04234 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c04234 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c04234 Color CSS Codes
.mybgcolor {background-color:#c04234; } .myforecolor {color:#c04234; } .mybordercolor {border:3px solid #c04234; }
#c04234 Text Font Color
<p style="color:#c04234">Text here</p>
This sample text font color is #c04234
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c04234 Background Color
<div style="background-color:#c04234">
Div content here</div>
This div background color is #c04234
#c04234 Border Color
<div style="border:3px solid #c04234">
Div here</div>
This div border color is #c04234
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,66,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c04234; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c04234; -webkit-box-shadow: 1px 1px 3px 2px #c04234; box-shadow: 1px 1px 3px 2px #c04234; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,66,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c04234">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c04234; -webkit-box-shadow: 1px 1px 3px 2px #c04234; box-shadow: 1px 1px 3px 2px #c04234;">
Div content here</div>
This div box has shadow with color #c04234
Comments
No comments written yet.
Please login to write comment.