Shades of Christine #C96427
Tints of Christine #C96427
RGB
CMYK
RGB Variations
Color information
#C96427 (or 0xC96427) is known color: Christine. HEX triplet: C9, 64 and 27. RGB value is (201,100,39). Sum of RGB (Red+Green+Blue) = 201+100+39=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C96427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96427 is #369BD8. Grayscale: #7B7B7B. Windows color (decimal): -3578841 or 2581705. OLE color: 2581705.
HSL color Cylindrical-coordinate representation of color #C96427: hue angle of 22.59º 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 #C96427 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 39 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.21 |
| HSL | 22.59º | 0.68% | 0.47% | - |
| HSV(B) | 22.59º | 0.81% | 0.79% | - |
| XYZ | 29.01 | 21.68 | 4.57 | - |
| YUV | 123.25 | 80.46 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 39 | 0 | 0.50 | 0.81 | 0.21 | 22.59 | 0.68 | 0.47 |
| Hex | C9 | 64 | 27 | 0 | 32 | 51 | 15 | 17 | 44 | 2F |
| Octal | 311 | 144 | 47 | 0 | 62 | 121 | 25 | 27 | 104 | 57 |
| Binary | 11001001 | 1100100 | 100111 | 0 | 110010 | 1010001 | 10101 | 10111 | 1000100 | 101111 |
Color Harmonies of #C96427
Complementary color
Monochromatic Colors of #C96427
Black with #C96427
Text Example
Text Example
White with #C96427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96427; }
p { color: rgb(201,100,39); }
H1.HeaderClassName
{
color: #C96427;
}
.AnyTagClassName
{
color: #C96427;
}
</style>
background-color css
<style>
a { background-color: #C96427; }
a { background-color: rgb(201,100,39); }
div.DivClassName
{
background-color: #C96427;
}
.BgClassName
{
background-color: #C96427;
}
</style>
border-color css
<style>
span { border-color: #C96427; }
span { border-color: rgb(201,100,39); }
td.TdClassName
{
border-color: #C96427;
}
.TagClassName
{
border-color: #C96427;
}
</style>