Shades of Contessa #CC7B71
Tints of Contessa #CC7B71
RGB
CMYK
RGB Variations
Color information
#CC7B71 (or 0xCC7B71) is known color: Contessa. HEX triplet: CC, 7B and 71. RGB value is (204,123,113). Sum of RGB (Red+Green+Blue) = 204+123+113=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B71 is #33848E. Grayscale: #929292. Windows color (decimal): -3376271 or 7437260. OLE color: 7437260.
HSL color Cylindrical-coordinate representation of color #CC7B71: hue angle of 6.59º 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 #CC7B71 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 113 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.2 |
| HSL | 6.59º | 0.47% | 0.62% | - |
| HSV(B) | 6.59º | 0.45% | 0.8% | - |
| XYZ | 34.97 | 28.2 | 19.22 | - |
| YUV | 146.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 113 | 0 | 0.40 | 0.45 | 0.2 | 6.59 | 0.47 | 0.62 |
| Hex | CC | 7B | 71 | 0 | 28 | 2D | 14 | 7 | 2F | 3E |
| Octal | 314 | 173 | 161 | 0 | 50 | 55 | 24 | 7 | 57 | 76 |
| Binary | 11001100 | 1111011 | 1110001 | 0 | 101000 | 101101 | 10100 | 111 | 101111 | 111110 |
Color Harmonies of #CC7B71
Complementary color
Monochromatic Colors of #CC7B71
Black with #CC7B71
Text Example
Text Example
White with #CC7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B71; }
p { color: rgb(204,123,113); }
H1.HeaderClassName
{
color: #CC7B71;
}
.AnyTagClassName
{
color: #CC7B71;
}
</style>
background-color css
<style>
a { background-color: #CC7B71; }
a { background-color: rgb(204,123,113); }
div.DivClassName
{
background-color: #CC7B71;
}
.BgClassName
{
background-color: #CC7B71;
}
</style>
border-color css
<style>
span { border-color: #CC7B71; }
span { border-color: rgb(204,123,113); }
td.TdClassName
{
border-color: #CC7B71;
}
.TagClassName
{
border-color: #CC7B71;
}
</style>