Shades of Christine #C95C24
Tints of Christine #C95C24
RGB
CMYK
RGB Variations
Color information
#C95C24 (or 0xC95C24) is known color: Christine. HEX triplet: C9, 5C and 24. RGB value is (201,92,36). Sum of RGB (Red+Green+Blue) = 201+92+36=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C24 is #36A3DB. Grayscale: #767676. Windows color (decimal): -3580892 or 2383049. OLE color: 2383049.
HSL color Cylindrical-coordinate representation of color #C95C24: hue angle of 20.36º 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 #C95C24 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 36 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.21 |
| HSL | 20.36º | 0.7% | 0.46% | - |
| HSV(B) | 20.36º | 0.82% | 0.79% | - |
| XYZ | 28.23 | 20.2 | 4.08 | - |
| YUV | 118.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 36 | 0 | 0.54 | 0.82 | 0.21 | 20.36 | 0.7 | 0.46 |
| Hex | C9 | 5C | 24 | 0 | 36 | 52 | 15 | 14 | 46 | 2E |
| Octal | 311 | 134 | 44 | 0 | 66 | 122 | 25 | 24 | 106 | 56 |
| Binary | 11001001 | 1011100 | 100100 | 0 | 110110 | 1010010 | 10101 | 10100 | 1000110 | 101110 |
Color Harmonies of #C95C24
Complementary color
Monochromatic Colors of #C95C24
Black with #C95C24
Text Example
Text Example
White with #C95C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C24; }
p { color: rgb(201,92,36); }
H1.HeaderClassName
{
color: #C95C24;
}
.AnyTagClassName
{
color: #C95C24;
}
</style>
background-color css
<style>
a { background-color: #C95C24; }
a { background-color: rgb(201,92,36); }
div.DivClassName
{
background-color: #C95C24;
}
.BgClassName
{
background-color: #C95C24;
}
</style>
border-color css
<style>
span { border-color: #C95C24; }
span { border-color: rgb(201,92,36); }
td.TdClassName
{
border-color: #C95C24;
}
.TagClassName
{
border-color: #C95C24;
}
</style>