Shades of Christine #C9612D
Tints of Christine #C9612D
RGB
CMYK
RGB Variations
Color information
#C9612D (or 0xC9612D) is known color: Christine. HEX triplet: C9, 61 and 2D. RGB value is (201,97,45). Sum of RGB (Red+Green+Blue) = 201+97+45=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9612D is #369ED2. Grayscale: #7A7A7A. Windows color (decimal): -3579603 or 2974153. OLE color: 2974153.
HSL color Cylindrical-coordinate representation of color #C9612D: hue angle of 20º degrees, saturation: 0.63, 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 #C9612D is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 45 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.21 |
| HSL | 20º | 0.63% | 0.48% | - |
| HSV(B) | 20º | 0.78% | 0.79% | - |
| XYZ | 28.84 | 21.16 | 5.05 | - |
| YUV | 122.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 45 | 0 | 0.52 | 0.78 | 0.21 | 20 | 0.63 | 0.48 |
| Hex | C9 | 61 | 2D | 0 | 34 | 4E | 15 | 14 | 3F | 30 |
| Octal | 311 | 141 | 55 | 0 | 64 | 116 | 25 | 24 | 77 | 60 |
| Binary | 11001001 | 1100001 | 101101 | 0 | 110100 | 1001110 | 10101 | 10100 | 111111 | 110000 |
Color Harmonies of #C9612D
Complementary color
Monochromatic Colors of #C9612D
Black with #C9612D
Text Example
Text Example
White with #C9612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9612D; }
p { color: rgb(201,97,45); }
H1.HeaderClassName
{
color: #C9612D;
}
.AnyTagClassName
{
color: #C9612D;
}
</style>
background-color css
<style>
a { background-color: #C9612D; }
a { background-color: rgb(201,97,45); }
div.DivClassName
{
background-color: #C9612D;
}
.BgClassName
{
background-color: #C9612D;
}
</style>
border-color css
<style>
span { border-color: #C9612D; }
span { border-color: rgb(201,97,45); }
td.TdClassName
{
border-color: #C9612D;
}
.TagClassName
{
border-color: #C9612D;
}
</style>