Shades of Contessa #CB7775
Tints of Contessa #CB7775
RGB
CMYK
RGB Variations
Color information
#CB7775 (or 0xCB7775) is known color: Contessa. HEX triplet: CB, 77 and 75. RGB value is (203,119,117). Sum of RGB (Red+Green+Blue) = 203+119+117=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7775 is #34888A. Grayscale: #8F8F8F. Windows color (decimal): -3442827 or 7698379. OLE color: 7698379.
HSL color Cylindrical-coordinate representation of color #CB7775: hue angle of 1.4º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7775 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 117 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.20 |
| HSL | 1.4º | 0.45% | 0.63% | - |
| HSV(B) | 1.4º | 0.42% | 0.8% | - |
| XYZ | 34.44 | 27.17 | 20.26 | - |
| YUV | 143.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 117 | 0 | 0.41 | 0.42 | 0.20 | 1.4 | 0.45 | 0.63 |
| Hex | CB | 77 | 75 | 0 | 29 | 2A | 14 | 1 | 2D | 3F |
| Octal | 313 | 167 | 165 | 0 | 51 | 52 | 24 | 1 | 55 | 77 |
| Binary | 11001011 | 1110111 | 1110101 | 0 | 101001 | 101010 | 10100 | 1 | 101101 | 111111 |
Color Harmonies of #CB7775
Complementary color
Monochromatic Colors of #CB7775
Black with #CB7775
Text Example
Text Example
White with #CB7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7775; }
p { color: rgb(203,119,117); }
H1.HeaderClassName
{
color: #CB7775;
}
.AnyTagClassName
{
color: #CB7775;
}
</style>
background-color css
<style>
a { background-color: #CB7775; }
a { background-color: rgb(203,119,117); }
div.DivClassName
{
background-color: #CB7775;
}
.BgClassName
{
background-color: #CB7775;
}
</style>
border-color css
<style>
span { border-color: #CB7775; }
span { border-color: rgb(203,119,117); }
td.TdClassName
{
border-color: #CB7775;
}
.TagClassName
{
border-color: #CB7775;
}
</style>