Shades of Christine #C56734
Tints of Christine #C56734
RGB
CMYK
RGB Variations
Color information
#C56734 (or 0xC56734) is known color: Christine. HEX triplet: C5, 67 and 34. RGB value is (197,103,52). Sum of RGB (Red+Green+Blue) = 197+103+52=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C56734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56734 is #3A98CB. Grayscale: #7D7D7D. Windows color (decimal): -3840204 or 3434437. OLE color: 3434437.
HSL color Cylindrical-coordinate representation of color #C56734: hue angle of 21.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C56734 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 52 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.23 |
| HSL | 21.1º | 0.58% | 0.49% | - |
| HSV(B) | 21.1º | 0.74% | 0.77% | - |
| XYZ | 28.5 | 21.82 | 5.96 | - |
| YUV | 125.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 52 | 0 | 0.48 | 0.74 | 0.23 | 21.1 | 0.58 | 0.49 |
| Hex | C5 | 67 | 34 | 0 | 30 | 4A | 17 | 15 | 3A | 31 |
| Octal | 305 | 147 | 64 | 0 | 60 | 112 | 27 | 25 | 72 | 61 |
| Binary | 11000101 | 1100111 | 110100 | 0 | 110000 | 1001010 | 10111 | 10101 | 111010 | 110001 |
Color Harmonies of #C56734
Complementary color
Monochromatic Colors of #C56734
Black with #C56734
Text Example
Text Example
White with #C56734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56734; }
p { color: rgb(197,103,52); }
H1.HeaderClassName
{
color: #C56734;
}
.AnyTagClassName
{
color: #C56734;
}
</style>
background-color css
<style>
a { background-color: #C56734; }
a { background-color: rgb(197,103,52); }
div.DivClassName
{
background-color: #C56734;
}
.BgClassName
{
background-color: #C56734;
}
</style>
border-color css
<style>
span { border-color: #C56734; }
span { border-color: rgb(197,103,52); }
td.TdClassName
{
border-color: #C56734;
}
.TagClassName
{
border-color: #C56734;
}
</style>