Shades of Contessa #CB776D
Tints of Contessa #CB776D
RGB
CMYK
RGB Variations
Color information
#CB776D (or 0xCB776D) is known color: Contessa. HEX triplet: CB, 77 and 6D. RGB value is (203,119,109). Sum of RGB (Red+Green+Blue) = 203+119+109=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB776D is #348892. Grayscale: #8F8F8F. Windows color (decimal): -3442835 or 7174091. OLE color: 7174091.
HSL color Cylindrical-coordinate representation of color #CB776D: hue angle of 6.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB776D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 109 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.20 |
| HSL | 6.38º | 0.47% | 0.61% | - |
| HSV(B) | 6.38º | 0.46% | 0.8% | - |
| XYZ | 33.99 | 26.99 | 17.89 | - |
| YUV | 142.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 109 | 0 | 0.41 | 0.46 | 0.20 | 6.38 | 0.47 | 0.61 |
| Hex | CB | 77 | 6D | 0 | 29 | 2E | 14 | 6 | 2F | 3D |
| Octal | 313 | 167 | 155 | 0 | 51 | 56 | 24 | 6 | 57 | 75 |
| Binary | 11001011 | 1110111 | 1101101 | 0 | 101001 | 101110 | 10100 | 110 | 101111 | 111101 |
Color Harmonies of #CB776D
Complementary color
Monochromatic Colors of #CB776D
Black with #CB776D
Text Example
Text Example
White with #CB776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB776D; }
p { color: rgb(203,119,109); }
H1.HeaderClassName
{
color: #CB776D;
}
.AnyTagClassName
{
color: #CB776D;
}
</style>
background-color css
<style>
a { background-color: #CB776D; }
a { background-color: rgb(203,119,109); }
div.DivClassName
{
background-color: #CB776D;
}
.BgClassName
{
background-color: #CB776D;
}
</style>
border-color css
<style>
span { border-color: #CB776D; }
span { border-color: rgb(203,119,109); }
td.TdClassName
{
border-color: #CB776D;
}
.TagClassName
{
border-color: #CB776D;
}
</style>