Shades of Christine #C56424
Tints of Christine #C56424
RGB
CMYK
RGB Variations
Color information
#C56424 (or 0xC56424) is known color: Christine. HEX triplet: C5, 64 and 24. RGB value is (197,100,36). Sum of RGB (Red+Green+Blue) = 197+100+36=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C56424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56424 is #3A9BDB. Grayscale: #7A7A7A. Windows color (decimal): -3840988 or 2385093. OLE color: 2385093.
HSL color Cylindrical-coordinate representation of color #C56424: hue angle of 23.85º 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 #C56424 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 36 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.23 |
| HSL | 23.85º | 0.69% | 0.46% | - |
| HSV(B) | 23.85º | 0.82% | 0.77% | - |
| XYZ | 27.9 | 21.11 | 4.27 | - |
| YUV | 121.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 36 | 0 | 0.49 | 0.82 | 0.23 | 23.85 | 0.69 | 0.46 |
| Hex | C5 | 64 | 24 | 0 | 31 | 52 | 17 | 18 | 45 | 2E |
| Octal | 305 | 144 | 44 | 0 | 61 | 122 | 27 | 30 | 105 | 56 |
| Binary | 11000101 | 1100100 | 100100 | 0 | 110001 | 1010010 | 10111 | 11000 | 1000101 | 101110 |
Color Harmonies of #C56424
Complementary color
Monochromatic Colors of #C56424
Black with #C56424
Text Example
Text Example
White with #C56424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56424; }
p { color: rgb(197,100,36); }
H1.HeaderClassName
{
color: #C56424;
}
.AnyTagClassName
{
color: #C56424;
}
</style>
background-color css
<style>
a { background-color: #C56424; }
a { background-color: rgb(197,100,36); }
div.DivClassName
{
background-color: #C56424;
}
.BgClassName
{
background-color: #C56424;
}
</style>
border-color css
<style>
span { border-color: #C56424; }
span { border-color: rgb(197,100,36); }
td.TdClassName
{
border-color: #C56424;
}
.TagClassName
{
border-color: #C56424;
}
</style>