Shades of Christine #C95D24
Tints of Christine #C95D24
RGB
CMYK
RGB Variations
Color information
#C95D24 (or 0xC95D24) is known color: Christine. HEX triplet: C9, 5D and 24. RGB value is (201,93,36). Sum of RGB (Red+Green+Blue) = 201+93+36=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D24 is #36A2DB. Grayscale: #777777. Windows color (decimal): -3580636 or 2383305. OLE color: 2383305.
HSL color Cylindrical-coordinate representation of color #C95D24: hue angle of 20.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C95D24 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 36 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.21 |
| HSL | 20.73º | 0.7% | 0.46% | - |
| HSV(B) | 20.73º | 0.82% | 0.79% | - |
| XYZ | 28.32 | 20.37 | 4.11 | - |
| YUV | 118.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 36 | 0 | 0.54 | 0.82 | 0.21 | 20.73 | 0.7 | 0.46 |
| Hex | C9 | 5D | 24 | 0 | 36 | 52 | 15 | 15 | 46 | 2E |
| Octal | 311 | 135 | 44 | 0 | 66 | 122 | 25 | 25 | 106 | 56 |
| Binary | 11001001 | 1011101 | 100100 | 0 | 110110 | 1010010 | 10101 | 10101 | 1000110 | 101110 |
Color Harmonies of #C95D24
Complementary color
Monochromatic Colors of #C95D24
Black with #C95D24
Text Example
Text Example
White with #C95D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D24; }
p { color: rgb(201,93,36); }
H1.HeaderClassName
{
color: #C95D24;
}
.AnyTagClassName
{
color: #C95D24;
}
</style>
background-color css
<style>
a { background-color: #C95D24; }
a { background-color: rgb(201,93,36); }
div.DivClassName
{
background-color: #C95D24;
}
.BgClassName
{
background-color: #C95D24;
}
</style>
border-color css
<style>
span { border-color: #C95D24; }
span { border-color: rgb(201,93,36); }
td.TdClassName
{
border-color: #C95D24;
}
.TagClassName
{
border-color: #C95D24;
}
</style>