Shades of Christine #C56431
Tints of Christine #C56431
RGB
CMYK
RGB Variations
Color information
#C56431 (or 0xC56431) is known color: Christine. HEX triplet: C5, 64 and 31. RGB value is (197,100,49). Sum of RGB (Red+Green+Blue) = 197+100+49=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C56431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56431 is #3A9BCE. Grayscale: #7B7B7B. Windows color (decimal): -3840975 or 3237061. OLE color: 3237061.
HSL color Cylindrical-coordinate representation of color #C56431: hue angle of 20.68º 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 #C56431 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 49 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.23 |
| HSL | 20.68º | 0.6% | 0.48% | - |
| HSV(B) | 20.68º | 0.75% | 0.77% | - |
| XYZ | 28.14 | 21.21 | 5.52 | - |
| YUV | 123.19 | 86.14 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 49 | 0 | 0.49 | 0.75 | 0.23 | 20.68 | 0.6 | 0.48 |
| Hex | C5 | 64 | 31 | 0 | 31 | 4B | 17 | 15 | 3C | 30 |
| Octal | 305 | 144 | 61 | 0 | 61 | 113 | 27 | 25 | 74 | 60 |
| Binary | 11000101 | 1100100 | 110001 | 0 | 110001 | 1001011 | 10111 | 10101 | 111100 | 110000 |
Color Harmonies of #C56431
Complementary color
Monochromatic Colors of #C56431
Black with #C56431
Text Example
Text Example
White with #C56431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56431; }
p { color: rgb(197,100,49); }
H1.HeaderClassName
{
color: #C56431;
}
.AnyTagClassName
{
color: #C56431;
}
</style>
background-color css
<style>
a { background-color: #C56431; }
a { background-color: rgb(197,100,49); }
div.DivClassName
{
background-color: #C56431;
}
.BgClassName
{
background-color: #C56431;
}
</style>
border-color css
<style>
span { border-color: #C56431; }
span { border-color: rgb(197,100,49); }
td.TdClassName
{
border-color: #C56431;
}
.TagClassName
{
border-color: #C56431;
}
</style>