Shades of Christine #C86D2D
Tints of Christine #C86D2D
RGB
CMYK
RGB Variations
Color information
#C86D2D (or 0xC86D2D) is known color: Christine. HEX triplet: C8, 6D and 2D. RGB value is (200,109,45). Sum of RGB (Red+Green+Blue) = 200+109+45=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D2D is #3792D2. Grayscale: #818181. Windows color (decimal): -3642067 or 2977224. OLE color: 2977224.
HSL color Cylindrical-coordinate representation of color #C86D2D: hue angle of 24.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C86D2D is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 45 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.22 |
| HSL | 24.77º | 0.63% | 0.48% | - |
| HSV(B) | 24.77º | 0.78% | 0.78% | - |
| XYZ | 29.76 | 23.41 | 5.43 | - |
| YUV | 128.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 45 | 0 | 0.46 | 0.78 | 0.22 | 24.77 | 0.63 | 0.48 |
| Hex | C8 | 6D | 2D | 0 | 2E | 4E | 16 | 19 | 3F | 30 |
| Octal | 310 | 155 | 55 | 0 | 56 | 116 | 26 | 31 | 77 | 60 |
| Binary | 11001000 | 1101101 | 101101 | 0 | 101110 | 1001110 | 10110 | 11001 | 111111 | 110000 |
Color Harmonies of #C86D2D
Complementary color
Monochromatic Colors of #C86D2D
Black with #C86D2D
Text Example
Text Example
White with #C86D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D2D; }
p { color: rgb(200,109,45); }
H1.HeaderClassName
{
color: #C86D2D;
}
.AnyTagClassName
{
color: #C86D2D;
}
</style>
background-color css
<style>
a { background-color: #C86D2D; }
a { background-color: rgb(200,109,45); }
div.DivClassName
{
background-color: #C86D2D;
}
.BgClassName
{
background-color: #C86D2D;
}
</style>
border-color css
<style>
span { border-color: #C86D2D; }
span { border-color: rgb(200,109,45); }
td.TdClassName
{
border-color: #C86D2D;
}
.TagClassName
{
border-color: #C86D2D;
}
</style>