Shades of Christine #C55E2C
Tints of Christine #C55E2C
RGB
CMYK
RGB Variations
Color information
#C55E2C (or 0xC55E2C) is known color: Christine. HEX triplet: C5, 5E and 2C. RGB value is (197,94,44). Sum of RGB (Red+Green+Blue) = 197+94+44=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E2C is #3AA1D3. Grayscale: #777777. Windows color (decimal): -3842516 or 2907845. OLE color: 2907845.
HSL color Cylindrical-coordinate representation of color #C55E2C: hue angle of 19.61º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C55E2C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 44 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.23 |
| HSL | 19.61º | 0.63% | 0.47% | - |
| HSV(B) | 19.61º | 0.78% | 0.77% | - |
| XYZ | 27.48 | 20.06 | 4.81 | - |
| YUV | 119.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 44 | 0 | 0.52 | 0.78 | 0.23 | 19.61 | 0.63 | 0.47 |
| Hex | C5 | 5E | 2C | 0 | 34 | 4E | 17 | 14 | 3F | 2F |
| Octal | 305 | 136 | 54 | 0 | 64 | 116 | 27 | 24 | 77 | 57 |
| Binary | 11000101 | 1011110 | 101100 | 0 | 110100 | 1001110 | 10111 | 10100 | 111111 | 101111 |
Color Harmonies of #C55E2C
Complementary color
Monochromatic Colors of #C55E2C
Black with #C55E2C
Text Example
Text Example
White with #C55E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E2C; }
p { color: rgb(197,94,44); }
H1.HeaderClassName
{
color: #C55E2C;
}
.AnyTagClassName
{
color: #C55E2C;
}
</style>
background-color css
<style>
a { background-color: #C55E2C; }
a { background-color: rgb(197,94,44); }
div.DivClassName
{
background-color: #C55E2C;
}
.BgClassName
{
background-color: #C55E2C;
}
</style>
border-color css
<style>
span { border-color: #C55E2C; }
span { border-color: rgb(197,94,44); }
td.TdClassName
{
border-color: #C55E2C;
}
.TagClassName
{
border-color: #C55E2C;
}
</style>