Shades of Christine #C9632E
Tints of Christine #C9632E
RGB
CMYK
RGB Variations
Color information
#C9632E (or 0xC9632E) is known color: Christine. HEX triplet: C9, 63 and 2E. RGB value is (201,99,46). Sum of RGB (Red+Green+Blue) = 201+99+46=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9632E is #369CD1. Grayscale: #7B7B7B. Windows color (decimal): -3579090 or 3040201. OLE color: 3040201.
HSL color Cylindrical-coordinate representation of color #C9632E: hue angle of 20.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9632E is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 46 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.21 |
| HSL | 20.52º | 0.63% | 0.48% | - |
| HSV(B) | 20.52º | 0.77% | 0.79% | - |
| XYZ | 29.04 | 21.54 | 5.21 | - |
| YUV | 123.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 46 | 0 | 0.51 | 0.77 | 0.21 | 20.52 | 0.63 | 0.48 |
| Hex | C9 | 63 | 2E | 0 | 33 | 4D | 15 | 15 | 3F | 30 |
| Octal | 311 | 143 | 56 | 0 | 63 | 115 | 25 | 25 | 77 | 60 |
| Binary | 11001001 | 1100011 | 101110 | 0 | 110011 | 1001101 | 10101 | 10101 | 111111 | 110000 |
Color Harmonies of #C9632E
Complementary color
Monochromatic Colors of #C9632E
Black with #C9632E
Text Example
Text Example
White with #C9632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9632E; }
p { color: rgb(201,99,46); }
H1.HeaderClassName
{
color: #C9632E;
}
.AnyTagClassName
{
color: #C9632E;
}
</style>
background-color css
<style>
a { background-color: #C9632E; }
a { background-color: rgb(201,99,46); }
div.DivClassName
{
background-color: #C9632E;
}
.BgClassName
{
background-color: #C9632E;
}
</style>
border-color css
<style>
span { border-color: #C9632E; }
span { border-color: rgb(201,99,46); }
td.TdClassName
{
border-color: #C9632E;
}
.TagClassName
{
border-color: #C9632E;
}
</style>