Shades of Contessa #CB7272
Tints of Contessa #CB7272
RGB
CMYK
RGB Variations
Color information
#CB7272 (or 0xCB7272) is known color: Contessa. HEX triplet: CB, 72 and 72. RGB value is (203,114,114). Sum of RGB (Red+Green+Blue) = 203+114+114=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7272 is #348D8D. Grayscale: #8C8C8C. Windows color (decimal): -3444110 or 7500491. OLE color: 7500491.
HSL color Cylindrical-coordinate representation of color #CB7272: hue angle of 0º 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 #CB7272 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 114 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.20 |
| HSL | 0º | 0.46% | 0.62% | - |
| HSV(B) | 0º | 0.44% | 0.8% | - |
| XYZ | 33.68 | 25.95 | 19.15 | - |
| YUV | 140.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 114 | 0 | 0.44 | 0.44 | 0.20 | 0 | 0.46 | 0.62 |
| Hex | CB | 72 | 72 | 0 | 2C | 2C | 14 | 0 | 2E | 3E |
| Octal | 313 | 162 | 162 | 0 | 54 | 54 | 24 | 0 | 56 | 76 |
| Binary | 11001011 | 1110010 | 1110010 | 0 | 101100 | 101100 | 10100 | 0 | 101110 | 111110 |
Color Harmonies of #CB7272
Complementary color
Monochromatic Colors of #CB7272
Black with #CB7272
Text Example
Text Example
White with #CB7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7272; }
p { color: rgb(203,114,114); }
H1.HeaderClassName
{
color: #CB7272;
}
.AnyTagClassName
{
color: #CB7272;
}
</style>
background-color css
<style>
a { background-color: #CB7272; }
a { background-color: rgb(203,114,114); }
div.DivClassName
{
background-color: #CB7272;
}
.BgClassName
{
background-color: #CB7272;
}
</style>
border-color css
<style>
span { border-color: #CB7272; }
span { border-color: rgb(203,114,114); }
td.TdClassName
{
border-color: #CB7272;
}
.TagClassName
{
border-color: #CB7272;
}
</style>