Shades of Contessa #CB7772
Tints of Contessa #CB7772
RGB
CMYK
RGB Variations
Color information
#CB7772 (or 0xCB7772) is known color: Contessa. HEX triplet: CB, 77 and 72. RGB value is (203,119,114). Sum of RGB (Red+Green+Blue) = 203+119+114=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7772 is #34888D. Grayscale: #8F8F8F. Windows color (decimal): -3442830 or 7501771. OLE color: 7501771.
HSL color Cylindrical-coordinate representation of color #CB7772: hue angle of 3.37º 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 #CB7772 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 114 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.20 |
| HSL | 3.37º | 0.46% | 0.62% | - |
| HSV(B) | 3.37º | 0.44% | 0.8% | - |
| XYZ | 34.26 | 27.11 | 19.35 | - |
| YUV | 143.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 114 | 0 | 0.41 | 0.44 | 0.20 | 3.37 | 0.46 | 0.62 |
| Hex | CB | 77 | 72 | 0 | 29 | 2C | 14 | 3 | 2E | 3E |
| Octal | 313 | 167 | 162 | 0 | 51 | 54 | 24 | 3 | 56 | 76 |
| Binary | 11001011 | 1110111 | 1110010 | 0 | 101001 | 101100 | 10100 | 11 | 101110 | 111110 |
Color Harmonies of #CB7772
Complementary color
Monochromatic Colors of #CB7772
Black with #CB7772
Text Example
Text Example
White with #CB7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7772; }
p { color: rgb(203,119,114); }
H1.HeaderClassName
{
color: #CB7772;
}
.AnyTagClassName
{
color: #CB7772;
}
</style>
background-color css
<style>
a { background-color: #CB7772; }
a { background-color: rgb(203,119,114); }
div.DivClassName
{
background-color: #CB7772;
}
.BgClassName
{
background-color: #CB7772;
}
</style>
border-color css
<style>
span { border-color: #CB7772; }
span { border-color: rgb(203,119,114); }
td.TdClassName
{
border-color: #CB7772;
}
.TagClassName
{
border-color: #CB7772;
}
</style>