Shades of Christine #C56532
Tints of Christine #C56532
RGB
CMYK
RGB Variations
Color information
#C56532 (or 0xC56532) is known color: Christine. HEX triplet: C5, 65 and 32. RGB value is (197,101,50). Sum of RGB (Red+Green+Blue) = 197+101+50=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C56532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56532 is #3A9ACD. Grayscale: #7C7C7C. Windows color (decimal): -3840718 or 3302853. OLE color: 3302853.
HSL color Cylindrical-coordinate representation of color #C56532: hue angle of 20.82º 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 #C56532 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 50 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.23 |
| HSL | 20.82º | 0.6% | 0.48% | - |
| HSV(B) | 20.82º | 0.75% | 0.77% | - |
| XYZ | 28.26 | 21.41 | 5.66 | - |
| YUV | 123.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 50 | 0 | 0.49 | 0.75 | 0.23 | 20.82 | 0.6 | 0.48 |
| Hex | C5 | 65 | 32 | 0 | 31 | 4B | 17 | 15 | 3C | 30 |
| Octal | 305 | 145 | 62 | 0 | 61 | 113 | 27 | 25 | 74 | 60 |
| Binary | 11000101 | 1100101 | 110010 | 0 | 110001 | 1001011 | 10111 | 10101 | 111100 | 110000 |
Color Harmonies of #C56532
Complementary color
Monochromatic Colors of #C56532
Black with #C56532
Text Example
Text Example
White with #C56532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56532; }
p { color: rgb(197,101,50); }
H1.HeaderClassName
{
color: #C56532;
}
.AnyTagClassName
{
color: #C56532;
}
</style>
background-color css
<style>
a { background-color: #C56532; }
a { background-color: rgb(197,101,50); }
div.DivClassName
{
background-color: #C56532;
}
.BgClassName
{
background-color: #C56532;
}
</style>
border-color css
<style>
span { border-color: #C56532; }
span { border-color: rgb(197,101,50); }
td.TdClassName
{
border-color: #C56532;
}
.TagClassName
{
border-color: #C56532;
}
</style>