Shades of Contessa #C66D6D
Tints of Contessa #C66D6D
RGB
CMYK
RGB Variations
Color information
#C66D6D (or 0xC66D6D) is known color: Contessa. HEX triplet: C6, 6D and 6D. RGB value is (198,109,109). Sum of RGB (Red+Green+Blue) = 198+109+109=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D6D is #399292. Grayscale: #878787. Windows color (decimal): -3773075 or 7171526. OLE color: 7171526.
HSL color Cylindrical-coordinate representation of color #C66D6D: hue angle of 0º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66D6D is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 109 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.22 |
| HSL | 0º | 0.44% | 0.6% | - |
| HSV(B) | 0º | 0.45% | 0.78% | - |
| XYZ | 31.52 | 24.05 | 17.45 | - |
| YUV | 135.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 109 | 0 | 0.45 | 0.45 | 0.22 | 0 | 0.44 | 0.6 |
| Hex | C6 | 6D | 6D | 0 | 2D | 2D | 16 | 0 | 2C | 3C |
| Octal | 306 | 155 | 155 | 0 | 55 | 55 | 26 | 0 | 54 | 74 |
| Binary | 11000110 | 1101101 | 1101101 | 0 | 101101 | 101101 | 10110 | 0 | 101100 | 111100 |
Color Harmonies of #C66D6D
Complementary color
Monochromatic Colors of #C66D6D
Black with #C66D6D
Text Example
Text Example
White with #C66D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D6D; }
p { color: rgb(198,109,109); }
H1.HeaderClassName
{
color: #C66D6D;
}
.AnyTagClassName
{
color: #C66D6D;
}
</style>
background-color css
<style>
a { background-color: #C66D6D; }
a { background-color: rgb(198,109,109); }
div.DivClassName
{
background-color: #C66D6D;
}
.BgClassName
{
background-color: #C66D6D;
}
</style>
border-color css
<style>
span { border-color: #C66D6D; }
span { border-color: rgb(198,109,109); }
td.TdClassName
{
border-color: #C66D6D;
}
.TagClassName
{
border-color: #C66D6D;
}
</style>