Shades of Christine #C5561D
Tints of Christine #C5561D
RGB
CMYK
RGB Variations
Color information
#C5561D (or 0xC5561D) is known color: Christine. HEX triplet: C5, 56 and 1D. RGB value is (197,86,29). Sum of RGB (Red+Green+Blue) = 197+86+29=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5561D is #3AA9E2. Grayscale: #717171. Windows color (decimal): -3844579 or 1922757. OLE color: 1922757.
HSL color Cylindrical-coordinate representation of color #C5561D: hue angle of 20.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5561D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 29 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.23 |
| HSL | 20.36º | 0.74% | 0.44% | - |
| HSV(B) | 20.36º | 0.85% | 0.77% | - |
| XYZ | 26.58 | 18.61 | 3.35 | - |
| YUV | 112.69 | 80.77 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 29 | 0 | 0.56 | 0.85 | 0.23 | 20.36 | 0.74 | 0.44 |
| Hex | C5 | 56 | 1D | 0 | 38 | 55 | 17 | 14 | 4A | 2C |
| Octal | 305 | 126 | 35 | 0 | 70 | 125 | 27 | 24 | 112 | 54 |
| Binary | 11000101 | 1010110 | 11101 | 0 | 111000 | 1010101 | 10111 | 10100 | 1001010 | 101100 |
Color Harmonies of #C5561D
Complementary color
Monochromatic Colors of #C5561D
Black with #C5561D
Text Example
Text Example
White with #C5561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5561D; }
p { color: rgb(197,86,29); }
H1.HeaderClassName
{
color: #C5561D;
}
.AnyTagClassName
{
color: #C5561D;
}
</style>
background-color css
<style>
a { background-color: #C5561D; }
a { background-color: rgb(197,86,29); }
div.DivClassName
{
background-color: #C5561D;
}
.BgClassName
{
background-color: #C5561D;
}
</style>
border-color css
<style>
span { border-color: #C5561D; }
span { border-color: rgb(197,86,29); }
td.TdClassName
{
border-color: #C5561D;
}
.TagClassName
{
border-color: #C5561D;
}
</style>