Shades of Christine #C45921
Tints of Christine #C45921
RGB
CMYK
RGB Variations
Color information
#C45921 (or 0xC45921) is known color: Christine. HEX triplet: C4, 59 and 21. RGB value is (196,89,33). Sum of RGB (Red+Green+Blue) = 196+89+33=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C45921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45921 is #3BA6DE. Grayscale: #727272. Windows color (decimal): -3909343 or 2185668. OLE color: 2185668.
HSL color Cylindrical-coordinate representation of color #C45921: hue angle of 20.61º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C45921 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 33 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.23 |
| HSL | 20.61º | 0.71% | 0.45% | - |
| HSV(B) | 20.61º | 0.83% | 0.77% | - |
| XYZ | 26.61 | 18.99 | 3.7 | - |
| YUV | 114.61 | 81.95 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 33 | 0 | 0.55 | 0.83 | 0.23 | 20.61 | 0.71 | 0.45 |
| Hex | C4 | 59 | 21 | 0 | 37 | 53 | 17 | 15 | 47 | 2D |
| Octal | 304 | 131 | 41 | 0 | 67 | 123 | 27 | 25 | 107 | 55 |
| Binary | 11000100 | 1011001 | 100001 | 0 | 110111 | 1010011 | 10111 | 10101 | 1000111 | 101101 |
Color Harmonies of #C45921
Complementary color
Monochromatic Colors of #C45921
Black with #C45921
Text Example
Text Example
White with #C45921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45921; }
p { color: rgb(196,89,33); }
H1.HeaderClassName
{
color: #C45921;
}
.AnyTagClassName
{
color: #C45921;
}
</style>
background-color css
<style>
a { background-color: #C45921; }
a { background-color: rgb(196,89,33); }
div.DivClassName
{
background-color: #C45921;
}
.BgClassName
{
background-color: #C45921;
}
</style>
border-color css
<style>
span { border-color: #C45921; }
span { border-color: rgb(196,89,33); }
td.TdClassName
{
border-color: #C45921;
}
.TagClassName
{
border-color: #C45921;
}
</style>