Shades of Christine #C56028
Tints of Christine #C56028
RGB
CMYK
RGB Variations
Color information
#C56028 (or 0xC56028) is known color: Christine. HEX triplet: C5, 60 and 28. RGB value is (197,96,40). Sum of RGB (Red+Green+Blue) = 197+96+40=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C56028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56028 is #3A9FD7. Grayscale: #787878. Windows color (decimal): -3842008 or 2646213. OLE color: 2646213.
HSL color Cylindrical-coordinate representation of color #C56028: hue angle of 21.4º 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 #C56028 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 40 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.23 |
| HSL | 21.4º | 0.66% | 0.46% | - |
| HSV(B) | 21.4º | 0.8% | 0.77% | - |
| XYZ | 27.59 | 20.39 | 4.49 | - |
| YUV | 119.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 40 | 0 | 0.51 | 0.80 | 0.23 | 21.4 | 0.66 | 0.46 |
| Hex | C5 | 60 | 28 | 0 | 33 | 50 | 17 | 15 | 42 | 2E |
| Octal | 305 | 140 | 50 | 0 | 63 | 120 | 27 | 25 | 102 | 56 |
| Binary | 11000101 | 1100000 | 101000 | 0 | 110011 | 1010000 | 10111 | 10101 | 1000010 | 101110 |
Color Harmonies of #C56028
Complementary color
Monochromatic Colors of #C56028
Black with #C56028
Text Example
Text Example
White with #C56028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56028; }
p { color: rgb(197,96,40); }
H1.HeaderClassName
{
color: #C56028;
}
.AnyTagClassName
{
color: #C56028;
}
</style>
background-color css
<style>
a { background-color: #C56028; }
a { background-color: rgb(197,96,40); }
div.DivClassName
{
background-color: #C56028;
}
.BgClassName
{
background-color: #C56028;
}
</style>
border-color css
<style>
span { border-color: #C56028; }
span { border-color: rgb(197,96,40); }
td.TdClassName
{
border-color: #C56028;
}
.TagClassName
{
border-color: #C56028;
}
</style>