Shades of Contessa #CB7C71
Tints of Contessa #CB7C71
RGB
CMYK
RGB Variations
Color information
#CB7C71 (or 0xCB7C71) is known color: Contessa. HEX triplet: CB, 7C and 71. RGB value is (203,124,113). Sum of RGB (Red+Green+Blue) = 203+124+113=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C71 is #34838E. Grayscale: #929292. Windows color (decimal): -3441551 or 7437515. OLE color: 7437515.
HSL color Cylindrical-coordinate representation of color #CB7C71: hue angle of 7.33º 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 #CB7C71 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 113 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.20 |
| HSL | 7.33º | 0.46% | 0.62% | - |
| HSV(B) | 7.33º | 0.44% | 0.8% | - |
| XYZ | 34.82 | 28.3 | 19.25 | - |
| YUV | 146.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 113 | 0 | 0.39 | 0.44 | 0.20 | 7.33 | 0.46 | 0.62 |
| Hex | CB | 7C | 71 | 0 | 27 | 2C | 14 | 7 | 2E | 3E |
| Octal | 313 | 174 | 161 | 0 | 47 | 54 | 24 | 7 | 56 | 76 |
| Binary | 11001011 | 1111100 | 1110001 | 0 | 100111 | 101100 | 10100 | 111 | 101110 | 111110 |
Color Harmonies of #CB7C71
Complementary color
Monochromatic Colors of #CB7C71
Black with #CB7C71
Text Example
Text Example
White with #CB7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C71; }
p { color: rgb(203,124,113); }
H1.HeaderClassName
{
color: #CB7C71;
}
.AnyTagClassName
{
color: #CB7C71;
}
</style>
background-color css
<style>
a { background-color: #CB7C71; }
a { background-color: rgb(203,124,113); }
div.DivClassName
{
background-color: #CB7C71;
}
.BgClassName
{
background-color: #CB7C71;
}
</style>
border-color css
<style>
span { border-color: #CB7C71; }
span { border-color: rgb(203,124,113); }
td.TdClassName
{
border-color: #CB7C71;
}
.TagClassName
{
border-color: #CB7C71;
}
</style>