Shades of Christine #C85921
Tints of Christine #C85921
RGB
CMYK
RGB Variations
Color information
#C85921 (or 0xC85921) is known color: Christine. HEX triplet: C8, 59 and 21. RGB value is (200,89,33). Sum of RGB (Red+Green+Blue) = 200+89+33=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C85921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85921 is #37A6DE. Grayscale: #747474. Windows color (decimal): -3647199 or 2185672. OLE color: 2185672.
HSL color Cylindrical-coordinate representation of color #C85921: hue angle of 20.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C85921 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 33 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.22 |
| HSL | 20.12º | 0.72% | 0.46% | - |
| HSV(B) | 20.12º | 0.84% | 0.78% | - |
| XYZ | 27.67 | 19.53 | 3.75 | - |
| YUV | 115.81 | 81.27 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 33 | 0 | 0.56 | 0.84 | 0.22 | 20.12 | 0.72 | 0.46 |
| Hex | C8 | 59 | 21 | 0 | 38 | 54 | 16 | 14 | 48 | 2E |
| Octal | 310 | 131 | 41 | 0 | 70 | 124 | 26 | 24 | 110 | 56 |
| Binary | 11001000 | 1011001 | 100001 | 0 | 111000 | 1010100 | 10110 | 10100 | 1001000 | 101110 |
Color Harmonies of #C85921
Complementary color
Monochromatic Colors of #C85921
Black with #C85921
Text Example
Text Example
White with #C85921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85921; }
p { color: rgb(200,89,33); }
H1.HeaderClassName
{
color: #C85921;
}
.AnyTagClassName
{
color: #C85921;
}
</style>
background-color css
<style>
a { background-color: #C85921; }
a { background-color: rgb(200,89,33); }
div.DivClassName
{
background-color: #C85921;
}
.BgClassName
{
background-color: #C85921;
}
</style>
border-color css
<style>
span { border-color: #C85921; }
span { border-color: rgb(200,89,33); }
td.TdClassName
{
border-color: #C85921;
}
.TagClassName
{
border-color: #C85921;
}
</style>