Shades of Contessa #CC7166
Tints of Contessa #CC7166
RGB
CMYK
RGB Variations
Color information
#CC7166 (or 0xCC7166) is known color: Contessa. HEX triplet: CC, 71 and 66. RGB value is (204,113,102). Sum of RGB (Red+Green+Blue) = 204+113+102=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7166 is #338E99. Grayscale: #8B8B8B. Windows color (decimal): -3378842 or 6713804. OLE color: 6713804.
HSL color Cylindrical-coordinate representation of color #CC7166: hue angle of 6.47º 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 #CC7166 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 102 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.2 |
| HSL | 6.47º | 0.5% | 0.6% | - |
| HSV(B) | 6.47º | 0.5% | 0.8% | - |
| XYZ | 33.21 | 25.61 | 15.76 | - |
| YUV | 138.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 102 | 0 | 0.45 | 0.5 | 0.2 | 6.47 | 0.5 | 0.6 |
| Hex | CC | 71 | 66 | 0 | 2D | 32 | 14 | 6 | 32 | 3C |
| Octal | 314 | 161 | 146 | 0 | 55 | 62 | 24 | 6 | 62 | 74 |
| Binary | 11001100 | 1110001 | 1100110 | 0 | 101101 | 110010 | 10100 | 110 | 110010 | 111100 |
Color Harmonies of #CC7166
Complementary color
Monochromatic Colors of #CC7166
Black with #CC7166
Text Example
Text Example
White with #CC7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7166; }
p { color: rgb(204,113,102); }
H1.HeaderClassName
{
color: #CC7166;
}
.AnyTagClassName
{
color: #CC7166;
}
</style>
background-color css
<style>
a { background-color: #CC7166; }
a { background-color: rgb(204,113,102); }
div.DivClassName
{
background-color: #CC7166;
}
.BgClassName
{
background-color: #CC7166;
}
</style>
border-color css
<style>
span { border-color: #CC7166; }
span { border-color: rgb(204,113,102); }
td.TdClassName
{
border-color: #CC7166;
}
.TagClassName
{
border-color: #CC7166;
}
</style>