Shades of Christine #C66E2F
Tints of Christine #C66E2F
RGB
CMYK
RGB Variations
Color information
#C66E2F (or 0xC66E2F) is known color: Christine. HEX triplet: C6, 6E and 2F. RGB value is (198,110,47). Sum of RGB (Red+Green+Blue) = 198+110+47=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E2F is #3991D0. Grayscale: #818181. Windows color (decimal): -3772881 or 3108550. OLE color: 3108550.
HSL color Cylindrical-coordinate representation of color #C66E2F: hue angle of 25.03º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C66E2F is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 47 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.22 |
| HSL | 25.03º | 0.62% | 0.48% | - |
| HSV(B) | 25.03º | 0.76% | 0.78% | - |
| XYZ | 29.38 | 23.36 | 5.65 | - |
| YUV | 129.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 47 | 0 | 0.44 | 0.76 | 0.22 | 25.03 | 0.62 | 0.48 |
| Hex | C6 | 6E | 2F | 0 | 2C | 4C | 16 | 19 | 3E | 30 |
| Octal | 306 | 156 | 57 | 0 | 54 | 114 | 26 | 31 | 76 | 60 |
| Binary | 11000110 | 1101110 | 101111 | 0 | 101100 | 1001100 | 10110 | 11001 | 111110 | 110000 |
Color Harmonies of #C66E2F
Complementary color
Monochromatic Colors of #C66E2F
Black with #C66E2F
Text Example
Text Example
White with #C66E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E2F; }
p { color: rgb(198,110,47); }
H1.HeaderClassName
{
color: #C66E2F;
}
.AnyTagClassName
{
color: #C66E2F;
}
</style>
background-color css
<style>
a { background-color: #C66E2F; }
a { background-color: rgb(198,110,47); }
div.DivClassName
{
background-color: #C66E2F;
}
.BgClassName
{
background-color: #C66E2F;
}
</style>
border-color css
<style>
span { border-color: #C66E2F; }
span { border-color: rgb(198,110,47); }
td.TdClassName
{
border-color: #C66E2F;
}
.TagClassName
{
border-color: #C66E2F;
}
</style>