Shades of Christine #C85A25
Tints of Christine #C85A25
RGB
CMYK
RGB Variations
Color information
#C85A25 (or 0xC85A25) is known color: Christine. HEX triplet: C8, 5A and 25. RGB value is (200,90,37). Sum of RGB (Red+Green+Blue) = 200+90+37=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A25 is #37A5DA. Grayscale: #757575. Windows color (decimal): -3646939 or 2448072. OLE color: 2448072.
HSL color Cylindrical-coordinate representation of color #C85A25: hue angle of 19.51º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C85A25 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 37 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.22 |
| HSL | 19.51º | 0.69% | 0.46% | - |
| HSV(B) | 19.51º | 0.82% | 0.78% | - |
| XYZ | 27.81 | 19.73 | 4.09 | - |
| YUV | 116.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 37 | 0 | 0.55 | 0.82 | 0.22 | 19.51 | 0.69 | 0.46 |
| Hex | C8 | 5A | 25 | 0 | 37 | 52 | 16 | 14 | 45 | 2E |
| Octal | 310 | 132 | 45 | 0 | 67 | 122 | 26 | 24 | 105 | 56 |
| Binary | 11001000 | 1011010 | 100101 | 0 | 110111 | 1010010 | 10110 | 10100 | 1000101 | 101110 |
Color Harmonies of #C85A25
Complementary color
Monochromatic Colors of #C85A25
Black with #C85A25
Text Example
Text Example
White with #C85A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A25; }
p { color: rgb(200,90,37); }
H1.HeaderClassName
{
color: #C85A25;
}
.AnyTagClassName
{
color: #C85A25;
}
</style>
background-color css
<style>
a { background-color: #C85A25; }
a { background-color: rgb(200,90,37); }
div.DivClassName
{
background-color: #C85A25;
}
.BgClassName
{
background-color: #C85A25;
}
</style>
border-color css
<style>
span { border-color: #C85A25; }
span { border-color: rgb(200,90,37); }
td.TdClassName
{
border-color: #C85A25;
}
.TagClassName
{
border-color: #C85A25;
}
</style>