Shades of Christine #C55A1E
Tints of Christine #C55A1E
RGB
CMYK
RGB Variations
Color information
#C55A1E (or 0xC55A1E) is known color: Christine. HEX triplet: C5, 5A and 1E. RGB value is (197,90,30). Sum of RGB (Red+Green+Blue) = 197+90+30=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A1E is #3AA5E1. Grayscale: #737373. Windows color (decimal): -3843554 or 1989317. OLE color: 1989317.
HSL color Cylindrical-coordinate representation of color #C55A1E: hue angle of 21.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C55A1E is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 30 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.23 |
| HSL | 21.56º | 0.74% | 0.45% | - |
| HSV(B) | 21.56º | 0.85% | 0.77% | - |
| XYZ | 26.92 | 19.28 | 3.53 | - |
| YUV | 115.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 30 | 0 | 0.54 | 0.85 | 0.23 | 21.56 | 0.74 | 0.45 |
| Hex | C5 | 5A | 1E | 0 | 36 | 55 | 17 | 16 | 4A | 2D |
| Octal | 305 | 132 | 36 | 0 | 66 | 125 | 27 | 26 | 112 | 55 |
| Binary | 11000101 | 1011010 | 11110 | 0 | 110110 | 1010101 | 10111 | 10110 | 1001010 | 101101 |
Color Harmonies of #C55A1E
Complementary color
Monochromatic Colors of #C55A1E
Black with #C55A1E
Text Example
Text Example
White with #C55A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A1E; }
p { color: rgb(197,90,30); }
H1.HeaderClassName
{
color: #C55A1E;
}
.AnyTagClassName
{
color: #C55A1E;
}
</style>
background-color css
<style>
a { background-color: #C55A1E; }
a { background-color: rgb(197,90,30); }
div.DivClassName
{
background-color: #C55A1E;
}
.BgClassName
{
background-color: #C55A1E;
}
</style>
border-color css
<style>
span { border-color: #C55A1E; }
span { border-color: rgb(197,90,30); }
td.TdClassName
{
border-color: #C55A1E;
}
.TagClassName
{
border-color: #C55A1E;
}
</style>