Shades of Christine #C86727
Tints of Christine #C86727
RGB
CMYK
RGB Variations
Color information
#C86727 (or 0xC86727) is known color: Christine. HEX triplet: C8, 67 and 27. RGB value is (200,103,39). Sum of RGB (Red+Green+Blue) = 200+103+39=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C86727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86727 is #3798D8. Grayscale: #7D7D7D. Windows color (decimal): -3643609 or 2582472. OLE color: 2582472.
HSL color Cylindrical-coordinate representation of color #C86727: hue angle of 23.85º 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 #C86727 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 39 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.22 |
| HSL | 23.85º | 0.67% | 0.47% | - |
| HSV(B) | 23.85º | 0.81% | 0.78% | - |
| XYZ | 29.04 | 22.13 | 4.66 | - |
| YUV | 124.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 39 | 0 | 0.48 | 0.80 | 0.22 | 23.85 | 0.67 | 0.47 |
| Hex | C8 | 67 | 27 | 0 | 30 | 50 | 16 | 18 | 43 | 2F |
| Octal | 310 | 147 | 47 | 0 | 60 | 120 | 26 | 30 | 103 | 57 |
| Binary | 11001000 | 1100111 | 100111 | 0 | 110000 | 1010000 | 10110 | 11000 | 1000011 | 101111 |
Color Harmonies of #C86727
Complementary color
Monochromatic Colors of #C86727
Black with #C86727
Text Example
Text Example
White with #C86727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86727; }
p { color: rgb(200,103,39); }
H1.HeaderClassName
{
color: #C86727;
}
.AnyTagClassName
{
color: #C86727;
}
</style>
background-color css
<style>
a { background-color: #C86727; }
a { background-color: rgb(200,103,39); }
div.DivClassName
{
background-color: #C86727;
}
.BgClassName
{
background-color: #C86727;
}
</style>
border-color css
<style>
span { border-color: #C86727; }
span { border-color: rgb(200,103,39); }
td.TdClassName
{
border-color: #C86727;
}
.TagClassName
{
border-color: #C86727;
}
</style>