Shades of Christine #C8612C
Tints of Christine #C8612C
RGB
CMYK
RGB Variations
Color information
#C8612C (or 0xC8612C) is known color: Christine. HEX triplet: C8, 61 and 2C. RGB value is (200,97,44). Sum of RGB (Red+Green+Blue) = 200+97+44=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8612C is #379ED3. Grayscale: #7A7A7A. Windows color (decimal): -3645140 or 2908616. OLE color: 2908616.
HSL color Cylindrical-coordinate representation of color #C8612C: hue angle of 20.38º 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 #C8612C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 44 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.22 |
| HSL | 20.38º | 0.64% | 0.48% | - |
| HSV(B) | 20.38º | 0.78% | 0.78% | - |
| XYZ | 28.55 | 21.01 | 4.93 | - |
| YUV | 121.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 44 | 0 | 0.52 | 0.78 | 0.22 | 20.38 | 0.64 | 0.48 |
| Hex | C8 | 61 | 2C | 0 | 34 | 4E | 16 | 14 | 40 | 30 |
| Octal | 310 | 141 | 54 | 0 | 64 | 116 | 26 | 24 | 100 | 60 |
| Binary | 11001000 | 1100001 | 101100 | 0 | 110100 | 1001110 | 10110 | 10100 | 1000000 | 110000 |
Color Harmonies of #C8612C
Complementary color
Monochromatic Colors of #C8612C
Black with #C8612C
Text Example
Text Example
White with #C8612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8612C; }
p { color: rgb(200,97,44); }
H1.HeaderClassName
{
color: #C8612C;
}
.AnyTagClassName
{
color: #C8612C;
}
</style>
background-color css
<style>
a { background-color: #C8612C; }
a { background-color: rgb(200,97,44); }
div.DivClassName
{
background-color: #C8612C;
}
.BgClassName
{
background-color: #C8612C;
}
</style>
border-color css
<style>
span { border-color: #C8612C; }
span { border-color: rgb(200,97,44); }
td.TdClassName
{
border-color: #C8612C;
}
.TagClassName
{
border-color: #C8612C;
}
</style>