Color spaces of #c04431
RGB | 192 | 68 | 49 |
---|---|---|---|
HSL | 0.02 | 0.59 | 0.47 |
HSV | 8° | 74° | 75° |
CMYK | 0.00 | 0.65 | 0.74 0.25 |
XYZ | 24.3597 | 15.5625 | 4.6257 |
Yxy | 15.5625 | 0.5468 | 0.3493 |
Hunter Lab | 39.4493 | 41.1862 | 20.6624 |
CIE-Lab | 46.3952 | 48.6557 | 37.7918 |
#c04431 color RGB value is (192,68,49).
#c04431 hex color red value is 192, green value is 68 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c04431 hue: 0.02 , saturation: 0.59 and the lightness value of c04431 is 0.47.
The process color (four color CMYK) of #c04431 color hex is 0.00, 0.65, 0.74, 0.25. Web safe color of #c04431 is #cc3333. Color #c04431 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01000100 | 00110001 |
Octal | 300 | 104 | 61 |
Decimal | 192 | 68 | 49 |
Hex | C0 | 44 | 31 |
Shades of #c04431
Tints of #c04431
RGB Percentages of Color #c04431
CMYK Percentages of Color #c04431
Complementary Color
#c04431 | #31adc0 |
#c04431 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c04431 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c04431 Color CSS Codes
.mybgcolor {background-color:#c04431; } .myforecolor {color:#c04431; } .mybordercolor {border:3px solid #c04431; }
#c04431 Text Font Color
<p style="color:#c04431">Text here</p>
This sample text font color is #c04431
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.
#c04431 Background Color
<div style="background-color:#c04431">
Div content here</div>
This div background color is #c04431
#c04431 Border Color
<div style="border:3px solid #c04431">
Div here</div>
This div border color is #c04431
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,68,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c04431; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c04431; -webkit-box-shadow: 1px 1px 3px 2px #c04431; box-shadow: 1px 1px 3px 2px #c04431; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,68,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c04431">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c04431; -webkit-box-shadow: 1px 1px 3px 2px #c04431; box-shadow: 1px 1px 3px 2px #c04431;">
Div content here</div>
This div box has shadow with color #c04431
Comments
No comments written yet.
Please login to write comment.