Shades of Christine #C95E24
Tints of Christine #C95E24
RGB
CMYK
RGB Variations
Color information
#C95E24 (or 0xC95E24) is known color: Christine. HEX triplet: C9, 5E and 24. RGB value is (201,94,36). Sum of RGB (Red+Green+Blue) = 201+94+36=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E24 is #36A1DB. Grayscale: #777777. Windows color (decimal): -3580380 or 2383561. OLE color: 2383561.
HSL color Cylindrical-coordinate representation of color #C95E24: hue angle of 21.09º 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 #C95E24 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 36 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.21 |
| HSL | 21.09º | 0.7% | 0.46% | - |
| HSV(B) | 21.09º | 0.82% | 0.79% | - |
| XYZ | 28.41 | 20.55 | 4.14 | - |
| YUV | 119.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 36 | 0 | 0.53 | 0.82 | 0.21 | 21.09 | 0.7 | 0.46 |
| Hex | C9 | 5E | 24 | 0 | 35 | 52 | 15 | 15 | 46 | 2E |
| Octal | 311 | 136 | 44 | 0 | 65 | 122 | 25 | 25 | 106 | 56 |
| Binary | 11001001 | 1011110 | 100100 | 0 | 110101 | 1010010 | 10101 | 10101 | 1000110 | 101110 |
Color Harmonies of #C95E24
Complementary color
Monochromatic Colors of #C95E24
Black with #C95E24
Text Example
Text Example
White with #C95E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E24; }
p { color: rgb(201,94,36); }
H1.HeaderClassName
{
color: #C95E24;
}
.AnyTagClassName
{
color: #C95E24;
}
</style>
background-color css
<style>
a { background-color: #C95E24; }
a { background-color: rgb(201,94,36); }
div.DivClassName
{
background-color: #C95E24;
}
.BgClassName
{
background-color: #C95E24;
}
</style>
border-color css
<style>
span { border-color: #C95E24; }
span { border-color: rgb(201,94,36); }
td.TdClassName
{
border-color: #C95E24;
}
.TagClassName
{
border-color: #C95E24;
}
</style>