Shades of Christine #C66E2D
Tints of Christine #C66E2D
RGB
CMYK
RGB Variations
Color information
#C66E2D (or 0xC66E2D) is known color: Christine. HEX triplet: C6, 6E and 2D. RGB value is (198,110,45). Sum of RGB (Red+Green+Blue) = 198+110+45=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E2D is #3991D2. Grayscale: #818181. Windows color (decimal): -3772883 or 2977478. OLE color: 2977478.
HSL color Cylindrical-coordinate representation of color #C66E2D: hue angle of 25.49º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C66E2D is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 45 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.22 |
| HSL | 25.49º | 0.63% | 0.48% | - |
| HSV(B) | 25.49º | 0.77% | 0.78% | - |
| XYZ | 29.34 | 23.35 | 5.44 | - |
| YUV | 128.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 45 | 0 | 0.44 | 0.77 | 0.22 | 25.49 | 0.63 | 0.48 |
| Hex | C6 | 6E | 2D | 0 | 2C | 4D | 16 | 19 | 3F | 30 |
| Octal | 306 | 156 | 55 | 0 | 54 | 115 | 26 | 31 | 77 | 60 |
| Binary | 11000110 | 1101110 | 101101 | 0 | 101100 | 1001101 | 10110 | 11001 | 111111 | 110000 |
Color Harmonies of #C66E2D
Complementary color
Monochromatic Colors of #C66E2D
Black with #C66E2D
Text Example
Text Example
White with #C66E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E2D; }
p { color: rgb(198,110,45); }
H1.HeaderClassName
{
color: #C66E2D;
}
.AnyTagClassName
{
color: #C66E2D;
}
</style>
background-color css
<style>
a { background-color: #C66E2D; }
a { background-color: rgb(198,110,45); }
div.DivClassName
{
background-color: #C66E2D;
}
.BgClassName
{
background-color: #C66E2D;
}
</style>
border-color css
<style>
span { border-color: #C66E2D; }
span { border-color: rgb(198,110,45); }
td.TdClassName
{
border-color: #C66E2D;
}
.TagClassName
{
border-color: #C66E2D;
}
</style>