Shades of Christine #C55621
Tints of Christine #C55621
RGB
CMYK
RGB Variations
Color information
#C55621 (or 0xC55621) is known color: Christine. HEX triplet: C5, 56 and 21. RGB value is (197,86,33). Sum of RGB (Red+Green+Blue) = 197+86+33=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C55621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55621 is #3AA9DE. Grayscale: #717171. Windows color (decimal): -3844575 or 2184901. OLE color: 2184901.
HSL color Cylindrical-coordinate representation of color #C55621: hue angle of 19.39º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C55621 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 33 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.23 |
| HSL | 19.39º | 0.71% | 0.45% | - |
| HSV(B) | 19.39º | 0.83% | 0.77% | - |
| XYZ | 26.63 | 18.64 | 3.63 | - |
| YUV | 113.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 33 | 0 | 0.56 | 0.83 | 0.23 | 19.39 | 0.71 | 0.45 |
| Hex | C5 | 56 | 21 | 0 | 38 | 53 | 17 | 13 | 47 | 2D |
| Octal | 305 | 126 | 41 | 0 | 70 | 123 | 27 | 23 | 107 | 55 |
| Binary | 11000101 | 1010110 | 100001 | 0 | 111000 | 1010011 | 10111 | 10011 | 1000111 | 101101 |
Color Harmonies of #C55621
Complementary color
Monochromatic Colors of #C55621
Black with #C55621
Text Example
Text Example
White with #C55621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55621; }
p { color: rgb(197,86,33); }
H1.HeaderClassName
{
color: #C55621;
}
.AnyTagClassName
{
color: #C55621;
}
</style>
background-color css
<style>
a { background-color: #C55621; }
a { background-color: rgb(197,86,33); }
div.DivClassName
{
background-color: #C55621;
}
.BgClassName
{
background-color: #C55621;
}
</style>
border-color css
<style>
span { border-color: #C55621; }
span { border-color: rgb(197,86,33); }
td.TdClassName
{
border-color: #C55621;
}
.TagClassName
{
border-color: #C55621;
}
</style>