Shades of Christine #C4541C
Tints of Christine #C4541C
RGB
CMYK
RGB Variations
Color information
#C4541C (or 0xC4541C) is known color: Christine. HEX triplet: C4, 54 and 1C. RGB value is (196,84,28). Sum of RGB (Red+Green+Blue) = 196+84+28=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4541C is #3BABE3. Grayscale: #6F6F6F. Windows color (decimal): -3910628 or 1856708. OLE color: 1856708.
HSL color Cylindrical-coordinate representation of color #C4541C: hue angle of 20º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4541C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 28 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.23 |
| HSL | 20º | 0.75% | 0.44% | - |
| HSV(B) | 20º | 0.86% | 0.77% | - |
| XYZ | 26.14 | 18.16 | 3.23 | - |
| YUV | 111.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 28 | 0 | 0.57 | 0.86 | 0.23 | 20 | 0.75 | 0.44 |
| Hex | C4 | 54 | 1C | 0 | 39 | 56 | 17 | 14 | 4B | 2C |
| Octal | 304 | 124 | 34 | 0 | 71 | 126 | 27 | 24 | 113 | 54 |
| Binary | 11000100 | 1010100 | 11100 | 0 | 111001 | 1010110 | 10111 | 10100 | 1001011 | 101100 |
Color Harmonies of #C4541C
Complementary color
Monochromatic Colors of #C4541C
Black with #C4541C
Text Example
Text Example
White with #C4541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4541C; }
p { color: rgb(196,84,28); }
H1.HeaderClassName
{
color: #C4541C;
}
.AnyTagClassName
{
color: #C4541C;
}
</style>
background-color css
<style>
a { background-color: #C4541C; }
a { background-color: rgb(196,84,28); }
div.DivClassName
{
background-color: #C4541C;
}
.BgClassName
{
background-color: #C4541C;
}
</style>
border-color css
<style>
span { border-color: #C4541C; }
span { border-color: rgb(196,84,28); }
td.TdClassName
{
border-color: #C4541C;
}
.TagClassName
{
border-color: #C4541C;
}
</style>