Shades of Christine #C56932
Tints of Christine #C56932
RGB
CMYK
RGB Variations
Color information
#C56932 (or 0xC56932) is known color: Christine. HEX triplet: C5, 69 and 32. RGB value is (197,105,50). Sum of RGB (Red+Green+Blue) = 197+105+50=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C56932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56932 is #3A96CD. Grayscale: #7E7E7E. Windows color (decimal): -3839694 or 3303877. OLE color: 3303877.
HSL color Cylindrical-coordinate representation of color #C56932: hue angle of 22.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C56932 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 50 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.23 |
| HSL | 22.45º | 0.6% | 0.48% | - |
| HSV(B) | 22.45º | 0.75% | 0.77% | - |
| XYZ | 28.65 | 22.2 | 5.79 | - |
| YUV | 126.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 50 | 0 | 0.47 | 0.75 | 0.23 | 22.45 | 0.6 | 0.48 |
| Hex | C5 | 69 | 32 | 0 | 2F | 4B | 17 | 16 | 3C | 30 |
| Octal | 305 | 151 | 62 | 0 | 57 | 113 | 27 | 26 | 74 | 60 |
| Binary | 11000101 | 1101001 | 110010 | 0 | 101111 | 1001011 | 10111 | 10110 | 111100 | 110000 |
Color Harmonies of #C56932
Complementary color
Monochromatic Colors of #C56932
Black with #C56932
Text Example
Text Example
White with #C56932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56932; }
p { color: rgb(197,105,50); }
H1.HeaderClassName
{
color: #C56932;
}
.AnyTagClassName
{
color: #C56932;
}
</style>
background-color css
<style>
a { background-color: #C56932; }
a { background-color: rgb(197,105,50); }
div.DivClassName
{
background-color: #C56932;
}
.BgClassName
{
background-color: #C56932;
}
</style>
border-color css
<style>
span { border-color: #C56932; }
span { border-color: rgb(197,105,50); }
td.TdClassName
{
border-color: #C56932;
}
.TagClassName
{
border-color: #C56932;
}
</style>