Shades of Christine #C85C27
Tints of Christine #C85C27
RGB
CMYK
RGB Variations
Color information
#C85C27 (or 0xC85C27) is known color: Christine. HEX triplet: C8, 5C and 27. RGB value is (200,92,39). Sum of RGB (Red+Green+Blue) = 200+92+39=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C27 is #37A3D8. Grayscale: #767676. Windows color (decimal): -3646425 or 2579656. OLE color: 2579656.
HSL color Cylindrical-coordinate representation of color #C85C27: hue angle of 19.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C85C27 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 39 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.22 |
| HSL | 19.75º | 0.67% | 0.47% | - |
| HSV(B) | 19.75º | 0.81% | 0.78% | - |
| XYZ | 28.01 | 20.08 | 4.32 | - |
| YUV | 118.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 39 | 0 | 0.54 | 0.80 | 0.22 | 19.75 | 0.67 | 0.47 |
| Hex | C8 | 5C | 27 | 0 | 36 | 50 | 16 | 14 | 43 | 2F |
| Octal | 310 | 134 | 47 | 0 | 66 | 120 | 26 | 24 | 103 | 57 |
| Binary | 11001000 | 1011100 | 100111 | 0 | 110110 | 1010000 | 10110 | 10100 | 1000011 | 101111 |
Color Harmonies of #C85C27
Complementary color
Monochromatic Colors of #C85C27
Black with #C85C27
Text Example
Text Example
White with #C85C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C27; }
p { color: rgb(200,92,39); }
H1.HeaderClassName
{
color: #C85C27;
}
.AnyTagClassName
{
color: #C85C27;
}
</style>
background-color css
<style>
a { background-color: #C85C27; }
a { background-color: rgb(200,92,39); }
div.DivClassName
{
background-color: #C85C27;
}
.BgClassName
{
background-color: #C85C27;
}
</style>
border-color css
<style>
span { border-color: #C85C27; }
span { border-color: rgb(200,92,39); }
td.TdClassName
{
border-color: #C85C27;
}
.TagClassName
{
border-color: #C85C27;
}
</style>