Shades of Christine #C4541B
Tints of Christine #C4541B
RGB
CMYK
RGB Variations
Color information
#C4541B (or 0xC4541B) is known color: Christine. HEX triplet: C4, 54 and 1B. RGB value is (196,84,27). Sum of RGB (Red+Green+Blue) = 196+84+27=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4541B is #3BABE4. Grayscale: #6F6F6F. Windows color (decimal): -3910629 or 1791172. OLE color: 1791172.
HSL color Cylindrical-coordinate representation of color #C4541B: hue angle of 20.24º degrees, saturation: 0.76, 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 #C4541B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.23 |
| HSL | 20.24º | 0.76% | 0.44% | - |
| HSV(B) | 20.24º | 0.86% | 0.77% | - |
| XYZ | 26.13 | 18.16 | 3.16 | - |
| YUV | 110.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 27 | 0 | 0.57 | 0.86 | 0.23 | 20.24 | 0.76 | 0.44 |
| Hex | C4 | 54 | 1B | 0 | 39 | 56 | 17 | 14 | 4C | 2C |
| Octal | 304 | 124 | 33 | 0 | 71 | 126 | 27 | 24 | 114 | 54 |
| Binary | 11000100 | 1010100 | 11011 | 0 | 111001 | 1010110 | 10111 | 10100 | 1001100 | 101100 |
Color Harmonies of #C4541B
Complementary color
Monochromatic Colors of #C4541B
Black with #C4541B
Text Example
Text Example
White with #C4541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4541B; }
p { color: rgb(196,84,27); }
H1.HeaderClassName
{
color: #C4541B;
}
.AnyTagClassName
{
color: #C4541B;
}
</style>
background-color css
<style>
a { background-color: #C4541B; }
a { background-color: rgb(196,84,27); }
div.DivClassName
{
background-color: #C4541B;
}
.BgClassName
{
background-color: #C4541B;
}
</style>
border-color css
<style>
span { border-color: #C4541B; }
span { border-color: rgb(196,84,27); }
td.TdClassName
{
border-color: #C4541B;
}
.TagClassName
{
border-color: #C4541B;
}
</style>