Shades of Christine #C55E2E
Tints of Christine #C55E2E
RGB
CMYK
RGB Variations
Color information
#C55E2E (or 0xC55E2E) is known color: Christine. HEX triplet: C5, 5E and 2E. RGB value is (197,94,46). Sum of RGB (Red+Green+Blue) = 197+94+46=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E2E is #3AA1D1. Grayscale: #777777. Windows color (decimal): -3842514 or 3038917. OLE color: 3038917.
HSL color Cylindrical-coordinate representation of color #C55E2E: hue angle of 19.07º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C55E2E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 46 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.23 |
| HSL | 19.07º | 0.62% | 0.48% | - |
| HSV(B) | 19.07º | 0.77% | 0.77% | - |
| XYZ | 27.52 | 20.07 | 5.01 | - |
| YUV | 119.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 46 | 0 | 0.52 | 0.77 | 0.23 | 19.07 | 0.62 | 0.48 |
| Hex | C5 | 5E | 2E | 0 | 34 | 4D | 17 | 13 | 3E | 30 |
| Octal | 305 | 136 | 56 | 0 | 64 | 115 | 27 | 23 | 76 | 60 |
| Binary | 11000101 | 1011110 | 101110 | 0 | 110100 | 1001101 | 10111 | 10011 | 111110 | 110000 |
Color Harmonies of #C55E2E
Complementary color
Monochromatic Colors of #C55E2E
Black with #C55E2E
Text Example
Text Example
White with #C55E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E2E; }
p { color: rgb(197,94,46); }
H1.HeaderClassName
{
color: #C55E2E;
}
.AnyTagClassName
{
color: #C55E2E;
}
</style>
background-color css
<style>
a { background-color: #C55E2E; }
a { background-color: rgb(197,94,46); }
div.DivClassName
{
background-color: #C55E2E;
}
.BgClassName
{
background-color: #C55E2E;
}
</style>
border-color css
<style>
span { border-color: #C55E2E; }
span { border-color: rgb(197,94,46); }
td.TdClassName
{
border-color: #C55E2E;
}
.TagClassName
{
border-color: #C55E2E;
}
</style>