Shades of Christine #C56E30
Tints of Christine #C56E30
RGB
CMYK
RGB Variations
Color information
#C56E30 (or 0xC56E30) is known color: Christine. HEX triplet: C5, 6E and 30. RGB value is (197,110,48). Sum of RGB (Red+Green+Blue) = 197+110+48=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E30 is #3A91CF. Grayscale: #818181. Windows color (decimal): -3838416 or 3174085. OLE color: 3174085.
HSL color Cylindrical-coordinate representation of color #C56E30: hue angle of 24.97º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C56E30 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 48 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.23 |
| HSL | 24.97º | 0.61% | 0.48% | - |
| HSV(B) | 24.97º | 0.76% | 0.77% | - |
| XYZ | 29.14 | 23.24 | 5.75 | - |
| YUV | 128.95 | 82.32 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 48 | 0 | 0.44 | 0.76 | 0.23 | 24.97 | 0.61 | 0.48 |
| Hex | C5 | 6E | 30 | 0 | 2C | 4C | 17 | 19 | 3D | 30 |
| Octal | 305 | 156 | 60 | 0 | 54 | 114 | 27 | 31 | 75 | 60 |
| Binary | 11000101 | 1101110 | 110000 | 0 | 101100 | 1001100 | 10111 | 11001 | 111101 | 110000 |
Color Harmonies of #C56E30
Complementary color
Monochromatic Colors of #C56E30
Black with #C56E30
Text Example
Text Example
White with #C56E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E30; }
p { color: rgb(197,110,48); }
H1.HeaderClassName
{
color: #C56E30;
}
.AnyTagClassName
{
color: #C56E30;
}
</style>
background-color css
<style>
a { background-color: #C56E30; }
a { background-color: rgb(197,110,48); }
div.DivClassName
{
background-color: #C56E30;
}
.BgClassName
{
background-color: #C56E30;
}
</style>
border-color css
<style>
span { border-color: #C56E30; }
span { border-color: rgb(197,110,48); }
td.TdClassName
{
border-color: #C56E30;
}
.TagClassName
{
border-color: #C56E30;
}
</style>