Shades of Christine #C8652C
Tints of Christine #C8652C
RGB
CMYK
RGB Variations
Color information
#C8652C (or 0xC8652C) is known color: Christine. HEX triplet: C8, 65 and 2C. RGB value is (200,101,44). Sum of RGB (Red+Green+Blue) = 200+101+44=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8652C is #379AD3. Grayscale: #7C7C7C. Windows color (decimal): -3644116 or 2909640. OLE color: 2909640.
HSL color Cylindrical-coordinate representation of color #C8652C: hue angle of 21.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8652C is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 44 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.22 |
| HSL | 21.92º | 0.64% | 0.48% | - |
| HSV(B) | 21.92º | 0.78% | 0.78% | - |
| XYZ | 28.93 | 21.77 | 5.06 | - |
| YUV | 124.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 44 | 0 | 0.49 | 0.78 | 0.22 | 21.92 | 0.64 | 0.48 |
| Hex | C8 | 65 | 2C | 0 | 31 | 4E | 16 | 16 | 40 | 30 |
| Octal | 310 | 145 | 54 | 0 | 61 | 116 | 26 | 26 | 100 | 60 |
| Binary | 11001000 | 1100101 | 101100 | 0 | 110001 | 1001110 | 10110 | 10110 | 1000000 | 110000 |
Color Harmonies of #C8652C
Complementary color
Monochromatic Colors of #C8652C
Black with #C8652C
Text Example
Text Example
White with #C8652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8652C; }
p { color: rgb(200,101,44); }
H1.HeaderClassName
{
color: #C8652C;
}
.AnyTagClassName
{
color: #C8652C;
}
</style>
background-color css
<style>
a { background-color: #C8652C; }
a { background-color: rgb(200,101,44); }
div.DivClassName
{
background-color: #C8652C;
}
.BgClassName
{
background-color: #C8652C;
}
</style>
border-color css
<style>
span { border-color: #C8652C; }
span { border-color: rgb(200,101,44); }
td.TdClassName
{
border-color: #C8652C;
}
.TagClassName
{
border-color: #C8652C;
}
</style>