Shades of Contessa #CC7A73
Tints of Contessa #CC7A73
RGB
CMYK
RGB Variations
Color information
#CC7A73 (or 0xCC7A73) is known color: Contessa. HEX triplet: CC, 7A and 73. RGB value is (204,122,115). Sum of RGB (Red+Green+Blue) = 204+122+115=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A73 is #33858C. Grayscale: #919191. Windows color (decimal): -3376525 or 7568076. OLE color: 7568076.
HSL color Cylindrical-coordinate representation of color #CC7A73: hue angle of 4.72º 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 #CC7A73 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 115 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.2 |
| HSL | 4.72º | 0.47% | 0.63% | - |
| HSV(B) | 4.72º | 0.44% | 0.8% | - |
| XYZ | 34.96 | 27.99 | 19.78 | - |
| YUV | 145.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 115 | 0 | 0.40 | 0.44 | 0.2 | 4.72 | 0.47 | 0.63 |
| Hex | CC | 7A | 73 | 0 | 28 | 2C | 14 | 5 | 2F | 3F |
| Octal | 314 | 172 | 163 | 0 | 50 | 54 | 24 | 5 | 57 | 77 |
| Binary | 11001100 | 1111010 | 1110011 | 0 | 101000 | 101100 | 10100 | 101 | 101111 | 111111 |
Color Harmonies of #CC7A73
Complementary color
Monochromatic Colors of #CC7A73
Black with #CC7A73
Text Example
Text Example
White with #CC7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A73; }
p { color: rgb(204,122,115); }
H1.HeaderClassName
{
color: #CC7A73;
}
.AnyTagClassName
{
color: #CC7A73;
}
</style>
background-color css
<style>
a { background-color: #CC7A73; }
a { background-color: rgb(204,122,115); }
div.DivClassName
{
background-color: #CC7A73;
}
.BgClassName
{
background-color: #CC7A73;
}
</style>
border-color css
<style>
span { border-color: #CC7A73; }
span { border-color: rgb(204,122,115); }
td.TdClassName
{
border-color: #CC7A73;
}
.TagClassName
{
border-color: #CC7A73;
}
</style>