Shades of Christine #C9642C
Tints of Christine #C9642C
RGB
CMYK
RGB Variations
Color information
#C9642C (or 0xC9642C) is known color: Christine. HEX triplet: C9, 64 and 2C. RGB value is (201,100,44). Sum of RGB (Red+Green+Blue) = 201+100+44=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9642C is #369BD3. Grayscale: #7C7C7C. Windows color (decimal): -3578836 or 2909385. OLE color: 2909385.
HSL color Cylindrical-coordinate representation of color #C9642C: hue angle of 21.4º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9642C is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 44 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.21 |
| HSL | 21.4º | 0.64% | 0.48% | - |
| HSV(B) | 21.4º | 0.78% | 0.79% | - |
| XYZ | 29.1 | 21.71 | 5.04 | - |
| YUV | 123.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 44 | 0 | 0.50 | 0.78 | 0.21 | 21.4 | 0.64 | 0.48 |
| Hex | C9 | 64 | 2C | 0 | 32 | 4E | 15 | 15 | 40 | 30 |
| Octal | 311 | 144 | 54 | 0 | 62 | 116 | 25 | 25 | 100 | 60 |
| Binary | 11001001 | 1100100 | 101100 | 0 | 110010 | 1001110 | 10101 | 10101 | 1000000 | 110000 |
Color Harmonies of #C9642C
Complementary color
Monochromatic Colors of #C9642C
Black with #C9642C
Text Example
Text Example
White with #C9642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9642C; }
p { color: rgb(201,100,44); }
H1.HeaderClassName
{
color: #C9642C;
}
.AnyTagClassName
{
color: #C9642C;
}
</style>
background-color css
<style>
a { background-color: #C9642C; }
a { background-color: rgb(201,100,44); }
div.DivClassName
{
background-color: #C9642C;
}
.BgClassName
{
background-color: #C9642C;
}
</style>
border-color css
<style>
span { border-color: #C9642C; }
span { border-color: rgb(201,100,44); }
td.TdClassName
{
border-color: #C9642C;
}
.TagClassName
{
border-color: #C9642C;
}
</style>