Shades of Christine #C56631
Tints of Christine #C56631
RGB
CMYK
RGB Variations
Color information
#C56631 (or 0xC56631) is known color: Christine. HEX triplet: C5, 66 and 31. RGB value is (197,102,49). Sum of RGB (Red+Green+Blue) = 197+102+49=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C56631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56631 is #3A99CE. Grayscale: #7C7C7C. Windows color (decimal): -3840463 or 3237573. OLE color: 3237573.
HSL color Cylindrical-coordinate representation of color #C56631: hue angle of 21.49º 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 #C56631 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 49 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.23 |
| HSL | 21.49º | 0.6% | 0.48% | - |
| HSV(B) | 21.49º | 0.75% | 0.77% | - |
| XYZ | 28.33 | 21.59 | 5.58 | - |
| YUV | 124.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 49 | 0 | 0.48 | 0.75 | 0.23 | 21.49 | 0.6 | 0.48 |
| Hex | C5 | 66 | 31 | 0 | 30 | 4B | 17 | 15 | 3C | 30 |
| Octal | 305 | 146 | 61 | 0 | 60 | 113 | 27 | 25 | 74 | 60 |
| Binary | 11000101 | 1100110 | 110001 | 0 | 110000 | 1001011 | 10111 | 10101 | 111100 | 110000 |
Color Harmonies of #C56631
Complementary color
Monochromatic Colors of #C56631
Black with #C56631
Text Example
Text Example
White with #C56631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56631; }
p { color: rgb(197,102,49); }
H1.HeaderClassName
{
color: #C56631;
}
.AnyTagClassName
{
color: #C56631;
}
</style>
background-color css
<style>
a { background-color: #C56631; }
a { background-color: rgb(197,102,49); }
div.DivClassName
{
background-color: #C56631;
}
.BgClassName
{
background-color: #C56631;
}
</style>
border-color css
<style>
span { border-color: #C56631; }
span { border-color: rgb(197,102,49); }
td.TdClassName
{
border-color: #C56631;
}
.TagClassName
{
border-color: #C56631;
}
</style>