Shades of Contessa #CC7466
Tints of Contessa #CC7466
RGB
CMYK
RGB Variations
Color information
#CC7466 (or 0xCC7466) is known color: Contessa. HEX triplet: CC, 74 and 66. RGB value is (204,116,102). Sum of RGB (Red+Green+Blue) = 204+116+102=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7466 is #338B99. Grayscale: #8C8C8C. Windows color (decimal): -3378074 or 6714572. OLE color: 6714572.
HSL color Cylindrical-coordinate representation of color #CC7466: hue angle of 8.24º 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 #CC7466 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 102 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.2 |
| HSL | 8.24º | 0.5% | 0.6% | - |
| HSV(B) | 8.24º | 0.5% | 0.8% | - |
| XYZ | 33.55 | 26.29 | 15.88 | - |
| YUV | 140.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 102 | 0 | 0.43 | 0.5 | 0.2 | 8.24 | 0.5 | 0.6 |
| Hex | CC | 74 | 66 | 0 | 2B | 32 | 14 | 8 | 32 | 3C |
| Octal | 314 | 164 | 146 | 0 | 53 | 62 | 24 | 10 | 62 | 74 |
| Binary | 11001100 | 1110100 | 1100110 | 0 | 101011 | 110010 | 10100 | 1000 | 110010 | 111100 |
Color Harmonies of #CC7466
Complementary color
Monochromatic Colors of #CC7466
Black with #CC7466
Text Example
Text Example
White with #CC7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7466; }
p { color: rgb(204,116,102); }
H1.HeaderClassName
{
color: #CC7466;
}
.AnyTagClassName
{
color: #CC7466;
}
</style>
background-color css
<style>
a { background-color: #CC7466; }
a { background-color: rgb(204,116,102); }
div.DivClassName
{
background-color: #CC7466;
}
.BgClassName
{
background-color: #CC7466;
}
</style>
border-color css
<style>
span { border-color: #CC7466; }
span { border-color: rgb(204,116,102); }
td.TdClassName
{
border-color: #CC7466;
}
.TagClassName
{
border-color: #CC7466;
}
</style>