Shades of Contessa #CC7671
Tints of Contessa #CC7671
RGB
CMYK
RGB Variations
Color information
#CC7671 (or 0xCC7671) is known color: Contessa. HEX triplet: CC, 76 and 71. RGB value is (204,118,113). Sum of RGB (Red+Green+Blue) = 204+118+113=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7671 is #33898E. Grayscale: #8F8F8F. Windows color (decimal): -3377551 or 7435980. OLE color: 7435980.
HSL color Cylindrical-coordinate representation of color #CC7671: hue angle of 3.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7671 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 113 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.2 |
| HSL | 3.3º | 0.47% | 0.62% | - |
| HSV(B) | 3.3º | 0.45% | 0.8% | - |
| XYZ | 34.36 | 26.99 | 19.02 | - |
| YUV | 143.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 113 | 0 | 0.42 | 0.45 | 0.2 | 3.3 | 0.47 | 0.62 |
| Hex | CC | 76 | 71 | 0 | 2A | 2D | 14 | 3 | 2F | 3E |
| Octal | 314 | 166 | 161 | 0 | 52 | 55 | 24 | 3 | 57 | 76 |
| Binary | 11001100 | 1110110 | 1110001 | 0 | 101010 | 101101 | 10100 | 11 | 101111 | 111110 |
Color Harmonies of #CC7671
Complementary color
Monochromatic Colors of #CC7671
Black with #CC7671
Text Example
Text Example
White with #CC7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7671; }
p { color: rgb(204,118,113); }
H1.HeaderClassName
{
color: #CC7671;
}
.AnyTagClassName
{
color: #CC7671;
}
</style>
background-color css
<style>
a { background-color: #CC7671; }
a { background-color: rgb(204,118,113); }
div.DivClassName
{
background-color: #CC7671;
}
.BgClassName
{
background-color: #CC7671;
}
</style>
border-color css
<style>
span { border-color: #CC7671; }
span { border-color: rgb(204,118,113); }
td.TdClassName
{
border-color: #CC7671;
}
.TagClassName
{
border-color: #CC7671;
}
</style>