Shades of Christine #C85C24
Tints of Christine #C85C24
RGB
CMYK
RGB Variations
Color information
#C85C24 (or 0xC85C24) is known color: Christine. HEX triplet: C8, 5C and 24. RGB value is (200,92,36). Sum of RGB (Red+Green+Blue) = 200+92+36=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C24 is #37A3DB. Grayscale: #767676. Windows color (decimal): -3646428 or 2383048. OLE color: 2383048.
HSL color Cylindrical-coordinate representation of color #C85C24: hue angle of 20.49º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C85C24 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 36 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.22 |
| HSL | 20.49º | 0.69% | 0.46% | - |
| HSV(B) | 20.49º | 0.82% | 0.78% | - |
| XYZ | 27.97 | 20.06 | 4.07 | - |
| YUV | 117.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 36 | 0 | 0.54 | 0.82 | 0.22 | 20.49 | 0.69 | 0.46 |
| Hex | C8 | 5C | 24 | 0 | 36 | 52 | 16 | 14 | 45 | 2E |
| Octal | 310 | 134 | 44 | 0 | 66 | 122 | 26 | 24 | 105 | 56 |
| Binary | 11001000 | 1011100 | 100100 | 0 | 110110 | 1010010 | 10110 | 10100 | 1000101 | 101110 |
Color Harmonies of #C85C24
Complementary color
Monochromatic Colors of #C85C24
Black with #C85C24
Text Example
Text Example
White with #C85C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C24; }
p { color: rgb(200,92,36); }
H1.HeaderClassName
{
color: #C85C24;
}
.AnyTagClassName
{
color: #C85C24;
}
</style>
background-color css
<style>
a { background-color: #C85C24; }
a { background-color: rgb(200,92,36); }
div.DivClassName
{
background-color: #C85C24;
}
.BgClassName
{
background-color: #C85C24;
}
</style>
border-color css
<style>
span { border-color: #C85C24; }
span { border-color: rgb(200,92,36); }
td.TdClassName
{
border-color: #C85C24;
}
.TagClassName
{
border-color: #C85C24;
}
</style>