Shades of Contessa #CB7771
Tints of Contessa #CB7771
RGB
CMYK
RGB Variations
Color information
#CB7771 (or 0xCB7771) is known color: Contessa. HEX triplet: CB, 77 and 71. RGB value is (203,119,113). Sum of RGB (Red+Green+Blue) = 203+119+113=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7771 is #34888E. Grayscale: #8F8F8F. Windows color (decimal): -3442831 or 7436235. OLE color: 7436235.
HSL color Cylindrical-coordinate representation of color #CB7771: hue angle of 4º degrees, saturation: 0.46, 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 #CB7771 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 113 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.20 |
| HSL | 4º | 0.46% | 0.62% | - |
| HSV(B) | 4º | 0.44% | 0.8% | - |
| XYZ | 34.21 | 27.08 | 19.05 | - |
| YUV | 143.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 113 | 0 | 0.41 | 0.44 | 0.20 | 4 | 0.46 | 0.62 |
| Hex | CB | 77 | 71 | 0 | 29 | 2C | 14 | 4 | 2E | 3E |
| Octal | 313 | 167 | 161 | 0 | 51 | 54 | 24 | 4 | 56 | 76 |
| Binary | 11001011 | 1110111 | 1110001 | 0 | 101001 | 101100 | 10100 | 100 | 101110 | 111110 |
Color Harmonies of #CB7771
Complementary color
Monochromatic Colors of #CB7771
Black with #CB7771
Text Example
Text Example
White with #CB7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7771; }
p { color: rgb(203,119,113); }
H1.HeaderClassName
{
color: #CB7771;
}
.AnyTagClassName
{
color: #CB7771;
}
</style>
background-color css
<style>
a { background-color: #CB7771; }
a { background-color: rgb(203,119,113); }
div.DivClassName
{
background-color: #CB7771;
}
.BgClassName
{
background-color: #CB7771;
}
</style>
border-color css
<style>
span { border-color: #CB7771; }
span { border-color: rgb(203,119,113); }
td.TdClassName
{
border-color: #CB7771;
}
.TagClassName
{
border-color: #CB7771;
}
</style>