Shades of Christine #C55928
Tints of Christine #C55928
RGB
CMYK
RGB Variations
Color information
#C55928 (or 0xC55928) is known color: Christine. HEX triplet: C5, 59 and 28. RGB value is (197,89,40). Sum of RGB (Red+Green+Blue) = 197+89+40=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C55928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55928 is #3AA6D7. Grayscale: #747474. Windows color (decimal): -3843800 or 2644421. OLE color: 2644421.
HSL color Cylindrical-coordinate representation of color #C55928: hue angle of 18.73º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55928 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 40 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.23 |
| HSL | 18.73º | 0.66% | 0.46% | - |
| HSV(B) | 18.73º | 0.8% | 0.77% | - |
| XYZ | 26.98 | 19.17 | 4.29 | - |
| YUV | 115.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 40 | 0 | 0.55 | 0.80 | 0.23 | 18.73 | 0.66 | 0.46 |
| Hex | C5 | 59 | 28 | 0 | 37 | 50 | 17 | 13 | 42 | 2E |
| Octal | 305 | 131 | 50 | 0 | 67 | 120 | 27 | 23 | 102 | 56 |
| Binary | 11000101 | 1011001 | 101000 | 0 | 110111 | 1010000 | 10111 | 10011 | 1000010 | 101110 |
Color Harmonies of #C55928
Complementary color
Monochromatic Colors of #C55928
Black with #C55928
Text Example
Text Example
White with #C55928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55928; }
p { color: rgb(197,89,40); }
H1.HeaderClassName
{
color: #C55928;
}
.AnyTagClassName
{
color: #C55928;
}
</style>
background-color css
<style>
a { background-color: #C55928; }
a { background-color: rgb(197,89,40); }
div.DivClassName
{
background-color: #C55928;
}
.BgClassName
{
background-color: #C55928;
}
</style>
border-color css
<style>
span { border-color: #C55928; }
span { border-color: rgb(197,89,40); }
td.TdClassName
{
border-color: #C55928;
}
.TagClassName
{
border-color: #C55928;
}
</style>