Shades of Contessa #CC6A66
Tints of Contessa #CC6A66
RGB
CMYK
RGB Variations
Color information
#CC6A66 (or 0xCC6A66) is known color: Contessa. HEX triplet: CC, 6A and 66. RGB value is (204,106,102). Sum of RGB (Red+Green+Blue) = 204+106+102=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A66 is #339599. Grayscale: #868686. Windows color (decimal): -3380634 or 6712012. OLE color: 6712012.
HSL color Cylindrical-coordinate representation of color #CC6A66: hue angle of 2.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6A66 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 102 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.2 |
| HSL | 2.35º | 0.5% | 0.6% | - |
| HSV(B) | 2.35º | 0.5% | 0.8% | - |
| XYZ | 32.45 | 24.1 | 15.51 | - |
| YUV | 134.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 102 | 0 | 0.48 | 0.5 | 0.2 | 2.35 | 0.5 | 0.6 |
| Hex | CC | 6A | 66 | 0 | 30 | 32 | 14 | 2 | 32 | 3C |
| Octal | 314 | 152 | 146 | 0 | 60 | 62 | 24 | 2 | 62 | 74 |
| Binary | 11001100 | 1101010 | 1100110 | 0 | 110000 | 110010 | 10100 | 10 | 110010 | 111100 |
Color Harmonies of #CC6A66
Complementary color
Monochromatic Colors of #CC6A66
Black with #CC6A66
Text Example
Text Example
White with #CC6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A66; }
p { color: rgb(204,106,102); }
H1.HeaderClassName
{
color: #CC6A66;
}
.AnyTagClassName
{
color: #CC6A66;
}
</style>
background-color css
<style>
a { background-color: #CC6A66; }
a { background-color: rgb(204,106,102); }
div.DivClassName
{
background-color: #CC6A66;
}
.BgClassName
{
background-color: #CC6A66;
}
</style>
border-color css
<style>
span { border-color: #CC6A66; }
span { border-color: rgb(204,106,102); }
td.TdClassName
{
border-color: #CC6A66;
}
.TagClassName
{
border-color: #CC6A66;
}
</style>