Shades of Christine #C5551F
Tints of Christine #C5551F
RGB
CMYK
RGB Variations
Color information
#C5551F (or 0xC5551F) is known color: Christine. HEX triplet: C5, 55 and 1F. RGB value is (197,85,31). Sum of RGB (Red+Green+Blue) = 197+85+31=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5551F is #3AAAE0. Grayscale: #707070. Windows color (decimal): -3844833 or 2053573. OLE color: 2053573.
HSL color Cylindrical-coordinate representation of color #C5551F: hue angle of 19.52º 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 #C5551F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 31 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.23 |
| HSL | 19.52º | 0.73% | 0.45% | - |
| HSV(B) | 19.52º | 0.84% | 0.77% | - |
| XYZ | 26.52 | 18.47 | 3.46 | - |
| YUV | 112.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 31 | 0 | 0.57 | 0.84 | 0.23 | 19.52 | 0.73 | 0.45 |
| Hex | C5 | 55 | 1F | 0 | 39 | 54 | 17 | 14 | 49 | 2D |
| Octal | 305 | 125 | 37 | 0 | 71 | 124 | 27 | 24 | 111 | 55 |
| Binary | 11000101 | 1010101 | 11111 | 0 | 111001 | 1010100 | 10111 | 10100 | 1001001 | 101101 |
Color Harmonies of #C5551F
Complementary color
Monochromatic Colors of #C5551F
Black with #C5551F
Text Example
Text Example
White with #C5551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5551F; }
p { color: rgb(197,85,31); }
H1.HeaderClassName
{
color: #C5551F;
}
.AnyTagClassName
{
color: #C5551F;
}
</style>
background-color css
<style>
a { background-color: #C5551F; }
a { background-color: rgb(197,85,31); }
div.DivClassName
{
background-color: #C5551F;
}
.BgClassName
{
background-color: #C5551F;
}
</style>
border-color css
<style>
span { border-color: #C5551F; }
span { border-color: rgb(197,85,31); }
td.TdClassName
{
border-color: #C5551F;
}
.TagClassName
{
border-color: #C5551F;
}
</style>