Shades of Contessa #CB766F
Tints of Contessa #CB766F
RGB
CMYK
RGB Variations
Color information
#CB766F (or 0xCB766F) is known color: Contessa. HEX triplet: CB, 76 and 6F. RGB value is (203,118,111). Sum of RGB (Red+Green+Blue) = 203+118+111=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB766F is #348990. Grayscale: #8E8E8E. Windows color (decimal): -3443089 or 7304907. OLE color: 7304907.
HSL color Cylindrical-coordinate representation of color #CB766F: hue angle of 4.57º 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 #CB766F is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 111 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.20 |
| HSL | 4.57º | 0.47% | 0.62% | - |
| HSV(B) | 4.57º | 0.45% | 0.8% | - |
| XYZ | 33.98 | 26.8 | 18.42 | - |
| YUV | 142.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 111 | 0 | 0.42 | 0.45 | 0.20 | 4.57 | 0.47 | 0.62 |
| Hex | CB | 76 | 6F | 0 | 2A | 2D | 14 | 5 | 2F | 3E |
| Octal | 313 | 166 | 157 | 0 | 52 | 55 | 24 | 5 | 57 | 76 |
| Binary | 11001011 | 1110110 | 1101111 | 0 | 101010 | 101101 | 10100 | 101 | 101111 | 111110 |
Color Harmonies of #CB766F
Complementary color
Monochromatic Colors of #CB766F
Black with #CB766F
Text Example
Text Example
White with #CB766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB766F; }
p { color: rgb(203,118,111); }
H1.HeaderClassName
{
color: #CB766F;
}
.AnyTagClassName
{
color: #CB766F;
}
</style>
background-color css
<style>
a { background-color: #CB766F; }
a { background-color: rgb(203,118,111); }
div.DivClassName
{
background-color: #CB766F;
}
.BgClassName
{
background-color: #CB766F;
}
</style>
border-color css
<style>
span { border-color: #CB766F; }
span { border-color: rgb(203,118,111); }
td.TdClassName
{
border-color: #CB766F;
}
.TagClassName
{
border-color: #CB766F;
}
</style>