Shades of Contessa #CC7472
Tints of Contessa #CC7472
RGB
CMYK
RGB Variations
Color information
#CC7472 (or 0xCC7472) is known color: Contessa. HEX triplet: CC, 74 and 72. RGB value is (204,116,114). Sum of RGB (Red+Green+Blue) = 204+116+114=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7472 is #338B8D. Grayscale: #8E8E8E. Windows color (decimal): -3378062 or 7501004. OLE color: 7501004.
HSL color Cylindrical-coordinate representation of color #CC7472: hue angle of 1.33º 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 #CC7472 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 114 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.2 |
| HSL | 1.33º | 0.47% | 0.62% | - |
| HSV(B) | 1.33º | 0.44% | 0.8% | - |
| XYZ | 34.18 | 26.54 | 19.24 | - |
| YUV | 142.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 114 | 0 | 0.43 | 0.44 | 0.2 | 1.33 | 0.47 | 0.62 |
| Hex | CC | 74 | 72 | 0 | 2B | 2C | 14 | 1 | 2F | 3E |
| Octal | 314 | 164 | 162 | 0 | 53 | 54 | 24 | 1 | 57 | 76 |
| Binary | 11001100 | 1110100 | 1110010 | 0 | 101011 | 101100 | 10100 | 1 | 101111 | 111110 |
Color Harmonies of #CC7472
Complementary color
Monochromatic Colors of #CC7472
Black with #CC7472
Text Example
Text Example
White with #CC7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7472; }
p { color: rgb(204,116,114); }
H1.HeaderClassName
{
color: #CC7472;
}
.AnyTagClassName
{
color: #CC7472;
}
</style>
background-color css
<style>
a { background-color: #CC7472; }
a { background-color: rgb(204,116,114); }
div.DivClassName
{
background-color: #CC7472;
}
.BgClassName
{
background-color: #CC7472;
}
</style>
border-color css
<style>
span { border-color: #CC7472; }
span { border-color: rgb(204,116,114); }
td.TdClassName
{
border-color: #CC7472;
}
.TagClassName
{
border-color: #CC7472;
}
</style>