Shades of Contessa #CB7770
Tints of Contessa #CB7770
RGB
CMYK
RGB Variations
Color information
#CB7770 (or 0xCB7770) is known color: Contessa. HEX triplet: CB, 77 and 70. RGB value is (203,119,112). Sum of RGB (Red+Green+Blue) = 203+119+112=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7770 is #34888F. Grayscale: #8F8F8F. Windows color (decimal): -3442832 or 7370699. OLE color: 7370699.
HSL color Cylindrical-coordinate representation of color #CB7770: hue angle of 4.62º 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 #CB7770 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 112 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.20 |
| HSL | 4.62º | 0.47% | 0.62% | - |
| HSV(B) | 4.62º | 0.45% | 0.8% | - |
| XYZ | 34.15 | 27.06 | 18.75 | - |
| YUV | 143.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 112 | 0 | 0.41 | 0.45 | 0.20 | 4.62 | 0.47 | 0.62 |
| Hex | CB | 77 | 70 | 0 | 29 | 2D | 14 | 5 | 2F | 3E |
| Octal | 313 | 167 | 160 | 0 | 51 | 55 | 24 | 5 | 57 | 76 |
| Binary | 11001011 | 1110111 | 1110000 | 0 | 101001 | 101101 | 10100 | 101 | 101111 | 111110 |
Color Harmonies of #CB7770
Complementary color
Monochromatic Colors of #CB7770
Black with #CB7770
Text Example
Text Example
White with #CB7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7770; }
p { color: rgb(203,119,112); }
H1.HeaderClassName
{
color: #CB7770;
}
.AnyTagClassName
{
color: #CB7770;
}
</style>
background-color css
<style>
a { background-color: #CB7770; }
a { background-color: rgb(203,119,112); }
div.DivClassName
{
background-color: #CB7770;
}
.BgClassName
{
background-color: #CB7770;
}
</style>
border-color css
<style>
span { border-color: #CB7770; }
span { border-color: rgb(203,119,112); }
td.TdClassName
{
border-color: #CB7770;
}
.TagClassName
{
border-color: #CB7770;
}
</style>