Shades of Christine #C6551F
Tints of Christine #C6551F
RGB
CMYK
RGB Variations
Color information
#C6551F (or 0xC6551F) is known color: Christine. HEX triplet: C6, 55 and 1F. RGB value is (198,85,31). Sum of RGB (Red+Green+Blue) = 198+85+31=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6551F is #39AAE0. Grayscale: #707070. Windows color (decimal): -3779297 or 2053574. OLE color: 2053574.
HSL color Cylindrical-coordinate representation of color #C6551F: hue angle of 19.4º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6551F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 31 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.22 |
| HSL | 19.4º | 0.73% | 0.45% | - |
| HSV(B) | 19.4º | 0.84% | 0.78% | - |
| XYZ | 26.78 | 18.6 | 3.48 | - |
| YUV | 112.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 31 | 0 | 0.57 | 0.84 | 0.22 | 19.4 | 0.73 | 0.45 |
| Hex | C6 | 55 | 1F | 0 | 39 | 54 | 16 | 13 | 49 | 2D |
| Octal | 306 | 125 | 37 | 0 | 71 | 124 | 26 | 23 | 111 | 55 |
| Binary | 11000110 | 1010101 | 11111 | 0 | 111001 | 1010100 | 10110 | 10011 | 1001001 | 101101 |
Color Harmonies of #C6551F
Complementary color
Monochromatic Colors of #C6551F
Black with #C6551F
Text Example
Text Example
White with #C6551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6551F; }
p { color: rgb(198,85,31); }
H1.HeaderClassName
{
color: #C6551F;
}
.AnyTagClassName
{
color: #C6551F;
}
</style>
background-color css
<style>
a { background-color: #C6551F; }
a { background-color: rgb(198,85,31); }
div.DivClassName
{
background-color: #C6551F;
}
.BgClassName
{
background-color: #C6551F;
}
</style>
border-color css
<style>
span { border-color: #C6551F; }
span { border-color: rgb(198,85,31); }
td.TdClassName
{
border-color: #C6551F;
}
.TagClassName
{
border-color: #C6551F;
}
</style>