Shades of Christine #C5591F
Tints of Christine #C5591F
RGB
CMYK
RGB Variations
Color information
#C5591F (or 0xC5591F) is known color: Christine. HEX triplet: C5, 59 and 1F. RGB value is (197,89,31). Sum of RGB (Red+Green+Blue) = 197+89+31=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C5591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5591F is #3AA6E0. Grayscale: #737373. Windows color (decimal): -3843809 or 2054597. OLE color: 2054597.
HSL color Cylindrical-coordinate representation of color #C5591F: hue angle of 20.96º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5591F is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 31 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.23 |
| HSL | 20.96º | 0.73% | 0.45% | - |
| HSV(B) | 20.96º | 0.84% | 0.77% | - |
| XYZ | 26.85 | 19.11 | 3.57 | - |
| YUV | 114.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 31 | 0 | 0.55 | 0.84 | 0.23 | 20.96 | 0.73 | 0.45 |
| Hex | C5 | 59 | 1F | 0 | 37 | 54 | 17 | 15 | 49 | 2D |
| Octal | 305 | 131 | 37 | 0 | 67 | 124 | 27 | 25 | 111 | 55 |
| Binary | 11000101 | 1011001 | 11111 | 0 | 110111 | 1010100 | 10111 | 10101 | 1001001 | 101101 |
Color Harmonies of #C5591F
Complementary color
Monochromatic Colors of #C5591F
Black with #C5591F
Text Example
Text Example
White with #C5591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5591F; }
p { color: rgb(197,89,31); }
H1.HeaderClassName
{
color: #C5591F;
}
.AnyTagClassName
{
color: #C5591F;
}
</style>
background-color css
<style>
a { background-color: #C5591F; }
a { background-color: rgb(197,89,31); }
div.DivClassName
{
background-color: #C5591F;
}
.BgClassName
{
background-color: #C5591F;
}
</style>
border-color css
<style>
span { border-color: #C5591F; }
span { border-color: rgb(197,89,31); }
td.TdClassName
{
border-color: #C5591F;
}
.TagClassName
{
border-color: #C5591F;
}
</style>