Shades of Contessa #CB7676
Tints of Contessa #CB7676
RGB
CMYK
RGB Variations
Color information
#CB7676 (or 0xCB7676) is known color: Contessa. HEX triplet: CB, 76 and 76. RGB value is (203,118,118). Sum of RGB (Red+Green+Blue) = 203+118+118=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7676 is #348989. Grayscale: #8F8F8F. Windows color (decimal): -3443082 or 7763659. OLE color: 7763659.
HSL color Cylindrical-coordinate representation of color #CB7676: hue angle of 0º 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 #CB7676 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 118 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.20 |
| HSL | 0º | 0.45% | 0.63% | - |
| HSV(B) | 0º | 0.42% | 0.8% | - |
| XYZ | 34.38 | 26.96 | 20.53 | - |
| YUV | 143.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 118 | 0 | 0.42 | 0.42 | 0.20 | 0 | 0.45 | 0.63 |
| Hex | CB | 76 | 76 | 0 | 2A | 2A | 14 | 0 | 2D | 3F |
| Octal | 313 | 166 | 166 | 0 | 52 | 52 | 24 | 0 | 55 | 77 |
| Binary | 11001011 | 1110110 | 1110110 | 0 | 101010 | 101010 | 10100 | 0 | 101101 | 111111 |
Color Harmonies of #CB7676
Complementary color
Monochromatic Colors of #CB7676
Black with #CB7676
Text Example
Text Example
White with #CB7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7676; }
p { color: rgb(203,118,118); }
H1.HeaderClassName
{
color: #CB7676;
}
.AnyTagClassName
{
color: #CB7676;
}
</style>
background-color css
<style>
a { background-color: #CB7676; }
a { background-color: rgb(203,118,118); }
div.DivClassName
{
background-color: #CB7676;
}
.BgClassName
{
background-color: #CB7676;
}
</style>
border-color css
<style>
span { border-color: #CB7676; }
span { border-color: rgb(203,118,118); }
td.TdClassName
{
border-color: #CB7676;
}
.TagClassName
{
border-color: #CB7676;
}
</style>