Shades of Contessa #CC7473
Tints of Contessa #CC7473
RGB
CMYK
RGB Variations
Color information
#CC7473 (or 0xCC7473) is known color: Contessa. HEX triplet: CC, 74 and 73. RGB value is (204,116,115). Sum of RGB (Red+Green+Blue) = 204+116+115=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7473 is #338B8C. Grayscale: #8E8E8E. Windows color (decimal): -3378061 or 7566540. OLE color: 7566540.
HSL color Cylindrical-coordinate representation of color #CC7473: hue angle of 0.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7473 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 115 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.2 |
| HSL | 0.67º | 0.47% | 0.63% | - |
| HSV(B) | 0.67º | 0.44% | 0.8% | - |
| XYZ | 34.24 | 26.57 | 19.54 | - |
| YUV | 142.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 115 | 0 | 0.43 | 0.44 | 0.2 | 0.67 | 0.47 | 0.63 |
| Hex | CC | 74 | 73 | 0 | 2B | 2C | 14 | 1 | 2F | 3F |
| Octal | 314 | 164 | 163 | 0 | 53 | 54 | 24 | 1 | 57 | 77 |
| Binary | 11001100 | 1110100 | 1110011 | 0 | 101011 | 101100 | 10100 | 1 | 101111 | 111111 |
Color Harmonies of #CC7473
Complementary color
Monochromatic Colors of #CC7473
Black with #CC7473
Text Example
Text Example
White with #CC7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7473; }
p { color: rgb(204,116,115); }
H1.HeaderClassName
{
color: #CC7473;
}
.AnyTagClassName
{
color: #CC7473;
}
</style>
background-color css
<style>
a { background-color: #CC7473; }
a { background-color: rgb(204,116,115); }
div.DivClassName
{
background-color: #CC7473;
}
.BgClassName
{
background-color: #CC7473;
}
</style>
border-color css
<style>
span { border-color: #CC7473; }
span { border-color: rgb(204,116,115); }
td.TdClassName
{
border-color: #CC7473;
}
.TagClassName
{
border-color: #CC7473;
}
</style>