Shades of Christine #C86731
Tints of Christine #C86731
RGB
CMYK
RGB Variations
Color information
#C86731 (or 0xC86731) is known color: Christine. HEX triplet: C8, 67 and 31. RGB value is (200,103,49). Sum of RGB (Red+Green+Blue) = 200+103+49=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C86731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86731 is #3798CE. Grayscale: #7E7E7E. Windows color (decimal): -3643599 or 3237832. OLE color: 3237832.
HSL color Cylindrical-coordinate representation of color #C86731: hue angle of 21.46º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C86731 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 49 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.22 |
| HSL | 21.46º | 0.61% | 0.49% | - |
| HSV(B) | 21.46º | 0.76% | 0.78% | - |
| XYZ | 29.22 | 22.2 | 5.65 | - |
| YUV | 125.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 49 | 0 | 0.48 | 0.76 | 0.22 | 21.46 | 0.61 | 0.49 |
| Hex | C8 | 67 | 31 | 0 | 30 | 4C | 16 | 15 | 3D | 31 |
| Octal | 310 | 147 | 61 | 0 | 60 | 114 | 26 | 25 | 75 | 61 |
| Binary | 11001000 | 1100111 | 110001 | 0 | 110000 | 1001100 | 10110 | 10101 | 111101 | 110001 |
Color Harmonies of #C86731
Complementary color
Monochromatic Colors of #C86731
Black with #C86731
Text Example
Text Example
White with #C86731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86731; }
p { color: rgb(200,103,49); }
H1.HeaderClassName
{
color: #C86731;
}
.AnyTagClassName
{
color: #C86731;
}
</style>
background-color css
<style>
a { background-color: #C86731; }
a { background-color: rgb(200,103,49); }
div.DivClassName
{
background-color: #C86731;
}
.BgClassName
{
background-color: #C86731;
}
</style>
border-color css
<style>
span { border-color: #C86731; }
span { border-color: rgb(200,103,49); }
td.TdClassName
{
border-color: #C86731;
}
.TagClassName
{
border-color: #C86731;
}
</style>