Shades of Christine #C85C23
Tints of Christine #C85C23
RGB
CMYK
RGB Variations
Color information
#C85C23 (or 0xC85C23) is known color: Christine. HEX triplet: C8, 5C and 23. RGB value is (200,92,35). Sum of RGB (Red+Green+Blue) = 200+92+35=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C23 is #37A3DC. Grayscale: #767676. Windows color (decimal): -3646429 or 2317512. OLE color: 2317512.
HSL color Cylindrical-coordinate representation of color #C85C23: hue angle of 20.73º degrees, saturation: 0.7, 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 #C85C23 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 35 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.22 |
| HSL | 20.73º | 0.7% | 0.46% | - |
| HSV(B) | 20.73º | 0.83% | 0.78% | - |
| XYZ | 27.95 | 20.06 | 3.99 | - |
| YUV | 117.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 35 | 0 | 0.54 | 0.82 | 0.22 | 20.73 | 0.7 | 0.46 |
| Hex | C8 | 5C | 23 | 0 | 36 | 52 | 16 | 15 | 46 | 2E |
| Octal | 310 | 134 | 43 | 0 | 66 | 122 | 26 | 25 | 106 | 56 |
| Binary | 11001000 | 1011100 | 100011 | 0 | 110110 | 1010010 | 10110 | 10101 | 1000110 | 101110 |
Color Harmonies of #C85C23
Complementary color
Monochromatic Colors of #C85C23
Black with #C85C23
Text Example
Text Example
White with #C85C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C23; }
p { color: rgb(200,92,35); }
H1.HeaderClassName
{
color: #C85C23;
}
.AnyTagClassName
{
color: #C85C23;
}
</style>
background-color css
<style>
a { background-color: #C85C23; }
a { background-color: rgb(200,92,35); }
div.DivClassName
{
background-color: #C85C23;
}
.BgClassName
{
background-color: #C85C23;
}
</style>
border-color css
<style>
span { border-color: #C85C23; }
span { border-color: rgb(200,92,35); }
td.TdClassName
{
border-color: #C85C23;
}
.TagClassName
{
border-color: #C85C23;
}
</style>