Shades of Contessa #CC7672
Tints of Contessa #CC7672
RGB
CMYK
RGB Variations
Color information
#CC7672 (or 0xCC7672) is known color: Contessa. HEX triplet: CC, 76 and 72. RGB value is (204,118,114). Sum of RGB (Red+Green+Blue) = 204+118+114=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7672 is #33898D. Grayscale: #8F8F8F. Windows color (decimal): -3377550 or 7501516. OLE color: 7501516.
HSL color Cylindrical-coordinate representation of color #CC7672: hue angle of 2.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7672 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 114 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.2 |
| HSL | 2.67º | 0.47% | 0.62% | - |
| HSV(B) | 2.67º | 0.44% | 0.8% | - |
| XYZ | 34.42 | 27.01 | 19.32 | - |
| YUV | 143.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 114 | 0 | 0.42 | 0.44 | 0.2 | 2.67 | 0.47 | 0.62 |
| Hex | CC | 76 | 72 | 0 | 2A | 2C | 14 | 3 | 2F | 3E |
| Octal | 314 | 166 | 162 | 0 | 52 | 54 | 24 | 3 | 57 | 76 |
| Binary | 11001100 | 1110110 | 1110010 | 0 | 101010 | 101100 | 10100 | 11 | 101111 | 111110 |
Color Harmonies of #CC7672
Complementary color
Monochromatic Colors of #CC7672
Black with #CC7672
Text Example
Text Example
White with #CC7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7672; }
p { color: rgb(204,118,114); }
H1.HeaderClassName
{
color: #CC7672;
}
.AnyTagClassName
{
color: #CC7672;
}
</style>
background-color css
<style>
a { background-color: #CC7672; }
a { background-color: rgb(204,118,114); }
div.DivClassName
{
background-color: #CC7672;
}
.BgClassName
{
background-color: #CC7672;
}
</style>
border-color css
<style>
span { border-color: #CC7672; }
span { border-color: rgb(204,118,114); }
td.TdClassName
{
border-color: #CC7672;
}
.TagClassName
{
border-color: #CC7672;
}
</style>