Shades of Christine #C96227
Tints of Christine #C96227
RGB
CMYK
RGB Variations
Color information
#C96227 (or 0xC96227) is known color: Christine. HEX triplet: C9, 62 and 27. RGB value is (201,98,39). Sum of RGB (Red+Green+Blue) = 201+98+39=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C96227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96227 is #369DD8. Grayscale: #7A7A7A. Windows color (decimal): -3579353 or 2581193. OLE color: 2581193.
HSL color Cylindrical-coordinate representation of color #C96227: hue angle of 21.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C96227 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 39 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.21 |
| HSL | 21.85º | 0.68% | 0.47% | - |
| HSV(B) | 21.85º | 0.81% | 0.79% | - |
| XYZ | 28.82 | 21.3 | 4.51 | - |
| YUV | 122.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 39 | 0 | 0.51 | 0.81 | 0.21 | 21.85 | 0.68 | 0.47 |
| Hex | C9 | 62 | 27 | 0 | 33 | 51 | 15 | 16 | 44 | 2F |
| Octal | 311 | 142 | 47 | 0 | 63 | 121 | 25 | 26 | 104 | 57 |
| Binary | 11001001 | 1100010 | 100111 | 0 | 110011 | 1010001 | 10101 | 10110 | 1000100 | 101111 |
Color Harmonies of #C96227
Complementary color
Monochromatic Colors of #C96227
Black with #C96227
Text Example
Text Example
White with #C96227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96227; }
p { color: rgb(201,98,39); }
H1.HeaderClassName
{
color: #C96227;
}
.AnyTagClassName
{
color: #C96227;
}
</style>
background-color css
<style>
a { background-color: #C96227; }
a { background-color: rgb(201,98,39); }
div.DivClassName
{
background-color: #C96227;
}
.BgClassName
{
background-color: #C96227;
}
</style>
border-color css
<style>
span { border-color: #C96227; }
span { border-color: rgb(201,98,39); }
td.TdClassName
{
border-color: #C96227;
}
.TagClassName
{
border-color: #C96227;
}
</style>