Shades of Contessa #CC776B
Tints of Contessa #CC776B
RGB
CMYK
RGB Variations
Color information
#CC776B (or 0xCC776B) is known color: Contessa. HEX triplet: CC, 77 and 6B. RGB value is (204,119,107). Sum of RGB (Red+Green+Blue) = 204+119+107=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC776B is #338894. Grayscale: #8F8F8F. Windows color (decimal): -3377301 or 7043020. OLE color: 7043020.
HSL color Cylindrical-coordinate representation of color #CC776B: hue angle of 7.42º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC776B is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 107 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.2 |
| HSL | 7.42º | 0.49% | 0.61% | - |
| HSV(B) | 7.42º | 0.48% | 0.8% | - |
| XYZ | 34.15 | 27.09 | 17.34 | - |
| YUV | 143.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 107 | 0 | 0.42 | 0.48 | 0.2 | 7.42 | 0.49 | 0.61 |
| Hex | CC | 77 | 6B | 0 | 2A | 30 | 14 | 7 | 31 | 3D |
| Octal | 314 | 167 | 153 | 0 | 52 | 60 | 24 | 7 | 61 | 75 |
| Binary | 11001100 | 1110111 | 1101011 | 0 | 101010 | 110000 | 10100 | 111 | 110001 | 111101 |
Color Harmonies of #CC776B
Complementary color
Monochromatic Colors of #CC776B
Black with #CC776B
Text Example
Text Example
White with #CC776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC776B; }
p { color: rgb(204,119,107); }
H1.HeaderClassName
{
color: #CC776B;
}
.AnyTagClassName
{
color: #CC776B;
}
</style>
background-color css
<style>
a { background-color: #CC776B; }
a { background-color: rgb(204,119,107); }
div.DivClassName
{
background-color: #CC776B;
}
.BgClassName
{
background-color: #CC776B;
}
</style>
border-color css
<style>
span { border-color: #CC776B; }
span { border-color: rgb(204,119,107); }
td.TdClassName
{
border-color: #CC776B;
}
.TagClassName
{
border-color: #CC776B;
}
</style>