Shades of Christine #C55F2E
Tints of Christine #C55F2E
RGB
CMYK
RGB Variations
Color information
#C55F2E (or 0xC55F2E) is known color: Christine. HEX triplet: C5, 5F and 2E. RGB value is (197,95,46). Sum of RGB (Red+Green+Blue) = 197+95+46=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F2E is #3AA0D1. Grayscale: #787878. Windows color (decimal): -3842258 or 3039173. OLE color: 3039173.
HSL color Cylindrical-coordinate representation of color #C55F2E: hue angle of 19.47º 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 #C55F2E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 46 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.23 |
| HSL | 19.47º | 0.62% | 0.48% | - |
| HSV(B) | 19.47º | 0.77% | 0.77% | - |
| XYZ | 27.61 | 20.25 | 5.04 | - |
| YUV | 119.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 46 | 0 | 0.52 | 0.77 | 0.23 | 19.47 | 0.62 | 0.48 |
| Hex | C5 | 5F | 2E | 0 | 34 | 4D | 17 | 13 | 3E | 30 |
| Octal | 305 | 137 | 56 | 0 | 64 | 115 | 27 | 23 | 76 | 60 |
| Binary | 11000101 | 1011111 | 101110 | 0 | 110100 | 1001101 | 10111 | 10011 | 111110 | 110000 |
Color Harmonies of #C55F2E
Complementary color
Monochromatic Colors of #C55F2E
Black with #C55F2E
Text Example
Text Example
White with #C55F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F2E; }
p { color: rgb(197,95,46); }
H1.HeaderClassName
{
color: #C55F2E;
}
.AnyTagClassName
{
color: #C55F2E;
}
</style>
background-color css
<style>
a { background-color: #C55F2E; }
a { background-color: rgb(197,95,46); }
div.DivClassName
{
background-color: #C55F2E;
}
.BgClassName
{
background-color: #C55F2E;
}
</style>
border-color css
<style>
span { border-color: #C55F2E; }
span { border-color: rgb(197,95,46); }
td.TdClassName
{
border-color: #C55F2E;
}
.TagClassName
{
border-color: #C55F2E;
}
</style>