Shades of Christine #C56029
Tints of Christine #C56029
RGB
CMYK
RGB Variations
Color information
#C56029 (or 0xC56029) is known color: Christine. HEX triplet: C5, 60 and 29. RGB value is (197,96,41). Sum of RGB (Red+Green+Blue) = 197+96+41=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C56029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56029 is #3A9FD6. Grayscale: #787878. Windows color (decimal): -3842007 or 2711749. OLE color: 2711749.
HSL color Cylindrical-coordinate representation of color #C56029: hue angle of 21.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C56029 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 41 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.23 |
| HSL | 21.15º | 0.66% | 0.47% | - |
| HSV(B) | 21.15º | 0.79% | 0.77% | - |
| XYZ | 27.61 | 20.4 | 4.58 | - |
| YUV | 119.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 41 | 0 | 0.51 | 0.79 | 0.23 | 21.15 | 0.66 | 0.47 |
| Hex | C5 | 60 | 29 | 0 | 33 | 4F | 17 | 15 | 42 | 2F |
| Octal | 305 | 140 | 51 | 0 | 63 | 117 | 27 | 25 | 102 | 57 |
| Binary | 11000101 | 1100000 | 101001 | 0 | 110011 | 1001111 | 10111 | 10101 | 1000010 | 101111 |
Color Harmonies of #C56029
Complementary color
Monochromatic Colors of #C56029
Black with #C56029
Text Example
Text Example
White with #C56029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56029; }
p { color: rgb(197,96,41); }
H1.HeaderClassName
{
color: #C56029;
}
.AnyTagClassName
{
color: #C56029;
}
</style>
background-color css
<style>
a { background-color: #C56029; }
a { background-color: rgb(197,96,41); }
div.DivClassName
{
background-color: #C56029;
}
.BgClassName
{
background-color: #C56029;
}
</style>
border-color css
<style>
span { border-color: #C56029; }
span { border-color: rgb(197,96,41); }
td.TdClassName
{
border-color: #C56029;
}
.TagClassName
{
border-color: #C56029;
}
</style>