Shades of Christine #C86530
Tints of Christine #C86530
RGB
CMYK
RGB Variations
Color information
#C86530 (or 0xC86530) is known color: Christine. HEX triplet: C8, 65 and 30. RGB value is (200,101,48). Sum of RGB (Red+Green+Blue) = 200+101+48=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C86530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86530 is #379ACF. Grayscale: #7C7C7C. Windows color (decimal): -3644112 or 3171784. OLE color: 3171784.
HSL color Cylindrical-coordinate representation of color #C86530: hue angle of 20.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C86530 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 48 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.22 |
| HSL | 20.92º | 0.61% | 0.49% | - |
| HSV(B) | 20.92º | 0.76% | 0.78% | - |
| XYZ | 29.01 | 21.8 | 5.48 | - |
| YUV | 124.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 48 | 0 | 0.49 | 0.76 | 0.22 | 20.92 | 0.61 | 0.49 |
| Hex | C8 | 65 | 30 | 0 | 31 | 4C | 16 | 15 | 3D | 31 |
| Octal | 310 | 145 | 60 | 0 | 61 | 114 | 26 | 25 | 75 | 61 |
| Binary | 11001000 | 1100101 | 110000 | 0 | 110001 | 1001100 | 10110 | 10101 | 111101 | 110001 |
Color Harmonies of #C86530
Complementary color
Monochromatic Colors of #C86530
Black with #C86530
Text Example
Text Example
White with #C86530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86530; }
p { color: rgb(200,101,48); }
H1.HeaderClassName
{
color: #C86530;
}
.AnyTagClassName
{
color: #C86530;
}
</style>
background-color css
<style>
a { background-color: #C86530; }
a { background-color: rgb(200,101,48); }
div.DivClassName
{
background-color: #C86530;
}
.BgClassName
{
background-color: #C86530;
}
</style>
border-color css
<style>
span { border-color: #C86530; }
span { border-color: rgb(200,101,48); }
td.TdClassName
{
border-color: #C86530;
}
.TagClassName
{
border-color: #C86530;
}
</style>