Shades of Contessa #CC7066
Tints of Contessa #CC7066
RGB
CMYK
RGB Variations
Color information
#CC7066 (or 0xCC7066) is known color: Contessa. HEX triplet: CC, 70 and 66. RGB value is (204,112,102). Sum of RGB (Red+Green+Blue) = 204+112+102=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7066 is #338F99. Grayscale: #8A8A8A. Windows color (decimal): -3379098 or 6713548. OLE color: 6713548.
HSL color Cylindrical-coordinate representation of color #CC7066: hue angle of 5.88º 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 #CC7066 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 102 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.2 |
| HSL | 5.88º | 0.5% | 0.6% | - |
| HSV(B) | 5.88º | 0.5% | 0.8% | - |
| XYZ | 33.09 | 25.39 | 15.73 | - |
| YUV | 138.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 102 | 0 | 0.45 | 0.5 | 0.2 | 5.88 | 0.5 | 0.6 |
| Hex | CC | 70 | 66 | 0 | 2D | 32 | 14 | 6 | 32 | 3C |
| Octal | 314 | 160 | 146 | 0 | 55 | 62 | 24 | 6 | 62 | 74 |
| Binary | 11001100 | 1110000 | 1100110 | 0 | 101101 | 110010 | 10100 | 110 | 110010 | 111100 |
Color Harmonies of #CC7066
Complementary color
Monochromatic Colors of #CC7066
Black with #CC7066
Text Example
Text Example
White with #CC7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7066; }
p { color: rgb(204,112,102); }
H1.HeaderClassName
{
color: #CC7066;
}
.AnyTagClassName
{
color: #CC7066;
}
</style>
background-color css
<style>
a { background-color: #CC7066; }
a { background-color: rgb(204,112,102); }
div.DivClassName
{
background-color: #CC7066;
}
.BgClassName
{
background-color: #CC7066;
}
</style>
border-color css
<style>
span { border-color: #CC7066; }
span { border-color: rgb(204,112,102); }
td.TdClassName
{
border-color: #CC7066;
}
.TagClassName
{
border-color: #CC7066;
}
</style>