Shades of Contessa #CB7472
Tints of Contessa #CB7472
RGB
CMYK
RGB Variations
Color information
#CB7472 (or 0xCB7472) is known color: Contessa. HEX triplet: CB, 74 and 72. RGB value is (203,116,114). Sum of RGB (Red+Green+Blue) = 203+116+114=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7472 is #348B8D. Grayscale: #8D8D8D. Windows color (decimal): -3443598 or 7501003. OLE color: 7501003.
HSL color Cylindrical-coordinate representation of color #CB7472: hue angle of 1.35º 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 #CB7472 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 114 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.20 |
| HSL | 1.35º | 0.46% | 0.62% | - |
| HSV(B) | 1.35º | 0.44% | 0.8% | - |
| XYZ | 33.91 | 26.4 | 19.23 | - |
| YUV | 141.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 114 | 0 | 0.43 | 0.44 | 0.20 | 1.35 | 0.46 | 0.62 |
| Hex | CB | 74 | 72 | 0 | 2B | 2C | 14 | 1 | 2E | 3E |
| Octal | 313 | 164 | 162 | 0 | 53 | 54 | 24 | 1 | 56 | 76 |
| Binary | 11001011 | 1110100 | 1110010 | 0 | 101011 | 101100 | 10100 | 1 | 101110 | 111110 |
Color Harmonies of #CB7472
Complementary color
Monochromatic Colors of #CB7472
Black with #CB7472
Text Example
Text Example
White with #CB7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7472; }
p { color: rgb(203,116,114); }
H1.HeaderClassName
{
color: #CB7472;
}
.AnyTagClassName
{
color: #CB7472;
}
</style>
background-color css
<style>
a { background-color: #CB7472; }
a { background-color: rgb(203,116,114); }
div.DivClassName
{
background-color: #CB7472;
}
.BgClassName
{
background-color: #CB7472;
}
</style>
border-color css
<style>
span { border-color: #CB7472; }
span { border-color: rgb(203,116,114); }
td.TdClassName
{
border-color: #CB7472;
}
.TagClassName
{
border-color: #CB7472;
}
</style>