Shades of Contessa #CB7A71
Tints of Contessa #CB7A71
RGB
CMYK
RGB Variations
Color information
#CB7A71 (or 0xCB7A71) is known color: Contessa. HEX triplet: CB, 7A and 71. RGB value is (203,122,113). Sum of RGB (Red+Green+Blue) = 203+122+113=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A71 is #34858E. Grayscale: #919191. Windows color (decimal): -3442063 or 7437003. OLE color: 7437003.
HSL color Cylindrical-coordinate representation of color #CB7A71: hue angle of 6º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7A71 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 113 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.20 |
| HSL | 6º | 0.46% | 0.62% | - |
| HSV(B) | 6º | 0.44% | 0.8% | - |
| XYZ | 34.57 | 27.81 | 19.17 | - |
| YUV | 145.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 113 | 0 | 0.40 | 0.44 | 0.20 | 6 | 0.46 | 0.62 |
| Hex | CB | 7A | 71 | 0 | 28 | 2C | 14 | 6 | 2E | 3E |
| Octal | 313 | 172 | 161 | 0 | 50 | 54 | 24 | 6 | 56 | 76 |
| Binary | 11001011 | 1111010 | 1110001 | 0 | 101000 | 101100 | 10100 | 110 | 101110 | 111110 |
Color Harmonies of #CB7A71
Complementary color
Monochromatic Colors of #CB7A71
Black with #CB7A71
Text Example
Text Example
White with #CB7A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A71; }
p { color: rgb(203,122,113); }
H1.HeaderClassName
{
color: #CB7A71;
}
.AnyTagClassName
{
color: #CB7A71;
}
</style>
background-color css
<style>
a { background-color: #CB7A71; }
a { background-color: rgb(203,122,113); }
div.DivClassName
{
background-color: #CB7A71;
}
.BgClassName
{
background-color: #CB7A71;
}
</style>
border-color css
<style>
span { border-color: #CB7A71; }
span { border-color: rgb(203,122,113); }
td.TdClassName
{
border-color: #CB7A71;
}
.TagClassName
{
border-color: #CB7A71;
}
</style>