Shades of Contessa #CC776C
Tints of Contessa #CC776C
RGB
CMYK
RGB Variations
Color information
#CC776C (or 0xCC776C) is known color: Contessa. HEX triplet: CC, 77 and 6C. RGB value is (204,119,108). Sum of RGB (Red+Green+Blue) = 204+119+108=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC776C is #338893. Grayscale: #8F8F8F. Windows color (decimal): -3377300 or 7108556. OLE color: 7108556.
HSL color Cylindrical-coordinate representation of color #CC776C: hue angle of 6.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC776C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 108 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.2 |
| HSL | 6.88º | 0.48% | 0.61% | - |
| HSV(B) | 6.88º | 0.47% | 0.8% | - |
| XYZ | 34.21 | 27.11 | 17.62 | - |
| YUV | 143.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 108 | 0 | 0.42 | 0.47 | 0.2 | 6.88 | 0.48 | 0.61 |
| Hex | CC | 77 | 6C | 0 | 2A | 2F | 14 | 7 | 30 | 3D |
| Octal | 314 | 167 | 154 | 0 | 52 | 57 | 24 | 7 | 60 | 75 |
| Binary | 11001100 | 1110111 | 1101100 | 0 | 101010 | 101111 | 10100 | 111 | 110000 | 111101 |
Color Harmonies of #CC776C
Complementary color
Monochromatic Colors of #CC776C
Black with #CC776C
Text Example
Text Example
White with #CC776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC776C; }
p { color: rgb(204,119,108); }
H1.HeaderClassName
{
color: #CC776C;
}
.AnyTagClassName
{
color: #CC776C;
}
</style>
background-color css
<style>
a { background-color: #CC776C; }
a { background-color: rgb(204,119,108); }
div.DivClassName
{
background-color: #CC776C;
}
.BgClassName
{
background-color: #CC776C;
}
</style>
border-color css
<style>
span { border-color: #CC776C; }
span { border-color: rgb(204,119,108); }
td.TdClassName
{
border-color: #CC776C;
}
.TagClassName
{
border-color: #CC776C;
}
</style>