Shades of Christine #C55C24
Tints of Christine #C55C24
RGB
CMYK
RGB Variations
Color information
#C55C24 (or 0xC55C24) is known color: Christine. HEX triplet: C5, 5C and 24. RGB value is (197,92,36). Sum of RGB (Red+Green+Blue) = 197+92+36=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C24 is #3AA3DB. Grayscale: #757575. Windows color (decimal): -3843036 or 2383045. OLE color: 2383045.
HSL color Cylindrical-coordinate representation of color #C55C24: hue angle of 20.87º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C55C24 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 36 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.23 |
| HSL | 20.87º | 0.69% | 0.46% | - |
| HSV(B) | 20.87º | 0.82% | 0.77% | - |
| XYZ | 27.17 | 19.65 | 4.03 | - |
| YUV | 117.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 36 | 0 | 0.53 | 0.82 | 0.23 | 20.87 | 0.69 | 0.46 |
| Hex | C5 | 5C | 24 | 0 | 35 | 52 | 17 | 15 | 45 | 2E |
| Octal | 305 | 134 | 44 | 0 | 65 | 122 | 27 | 25 | 105 | 56 |
| Binary | 11000101 | 1011100 | 100100 | 0 | 110101 | 1010010 | 10111 | 10101 | 1000101 | 101110 |
Color Harmonies of #C55C24
Complementary color
Monochromatic Colors of #C55C24
Black with #C55C24
Text Example
Text Example
White with #C55C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C24; }
p { color: rgb(197,92,36); }
H1.HeaderClassName
{
color: #C55C24;
}
.AnyTagClassName
{
color: #C55C24;
}
</style>
background-color css
<style>
a { background-color: #C55C24; }
a { background-color: rgb(197,92,36); }
div.DivClassName
{
background-color: #C55C24;
}
.BgClassName
{
background-color: #C55C24;
}
</style>
border-color css
<style>
span { border-color: #C55C24; }
span { border-color: rgb(197,92,36); }
td.TdClassName
{
border-color: #C55C24;
}
.TagClassName
{
border-color: #C55C24;
}
</style>