Shades of Christine #C4541D
Tints of Christine #C4541D
RGB
CMYK
RGB Variations
Color information
#C4541D (or 0xC4541D) is known color: Christine. HEX triplet: C4, 54 and 1D. RGB value is (196,84,29). Sum of RGB (Red+Green+Blue) = 196+84+29=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4541D is #3BABE2. Grayscale: #6F6F6F. Windows color (decimal): -3910627 or 1922244. OLE color: 1922244.
HSL color Cylindrical-coordinate representation of color #C4541D: hue angle of 19.76º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4541D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 29 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.23 |
| HSL | 19.76º | 0.74% | 0.44% | - |
| HSV(B) | 19.76º | 0.85% | 0.77% | - |
| XYZ | 26.16 | 18.17 | 3.29 | - |
| YUV | 111.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 29 | 0 | 0.57 | 0.85 | 0.23 | 19.76 | 0.74 | 0.44 |
| Hex | C4 | 54 | 1D | 0 | 39 | 55 | 17 | 14 | 4A | 2C |
| Octal | 304 | 124 | 35 | 0 | 71 | 125 | 27 | 24 | 112 | 54 |
| Binary | 11000100 | 1010100 | 11101 | 0 | 111001 | 1010101 | 10111 | 10100 | 1001010 | 101100 |
Color Harmonies of #C4541D
Complementary color
Monochromatic Colors of #C4541D
Black with #C4541D
Text Example
Text Example
White with #C4541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4541D; }
p { color: rgb(196,84,29); }
H1.HeaderClassName
{
color: #C4541D;
}
.AnyTagClassName
{
color: #C4541D;
}
</style>
background-color css
<style>
a { background-color: #C4541D; }
a { background-color: rgb(196,84,29); }
div.DivClassName
{
background-color: #C4541D;
}
.BgClassName
{
background-color: #C4541D;
}
</style>
border-color css
<style>
span { border-color: #C4541D; }
span { border-color: rgb(196,84,29); }
td.TdClassName
{
border-color: #C4541D;
}
.TagClassName
{
border-color: #C4541D;
}
</style>