Shades of Contessa #CB7474
Tints of Contessa #CB7474
RGB
CMYK
RGB Variations
Color information
#CB7474 (or 0xCB7474) is known color: Contessa. HEX triplet: CB, 74 and 74. RGB value is (203,116,116). Sum of RGB (Red+Green+Blue) = 203+116+116=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7474 is #348B8B. Grayscale: #8E8E8E. Windows color (decimal): -3443596 or 7632075. OLE color: 7632075.
HSL color Cylindrical-coordinate representation of color #CB7474: hue angle of 0º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7474 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 116 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.20 |
| HSL | 0º | 0.46% | 0.63% | - |
| HSV(B) | 0º | 0.43% | 0.8% | - |
| XYZ | 34.03 | 26.45 | 19.83 | - |
| YUV | 142.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 116 | 0 | 0.43 | 0.43 | 0.20 | 0 | 0.46 | 0.63 |
| Hex | CB | 74 | 74 | 0 | 2B | 2B | 14 | 0 | 2E | 3F |
| Octal | 313 | 164 | 164 | 0 | 53 | 53 | 24 | 0 | 56 | 77 |
| Binary | 11001011 | 1110100 | 1110100 | 0 | 101011 | 101011 | 10100 | 0 | 101110 | 111111 |
Color Harmonies of #CB7474
Complementary color
Monochromatic Colors of #CB7474
Black with #CB7474
Text Example
Text Example
White with #CB7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7474; }
p { color: rgb(203,116,116); }
H1.HeaderClassName
{
color: #CB7474;
}
.AnyTagClassName
{
color: #CB7474;
}
</style>
background-color css
<style>
a { background-color: #CB7474; }
a { background-color: rgb(203,116,116); }
div.DivClassName
{
background-color: #CB7474;
}
.BgClassName
{
background-color: #CB7474;
}
</style>
border-color css
<style>
span { border-color: #CB7474; }
span { border-color: rgb(203,116,116); }
td.TdClassName
{
border-color: #CB7474;
}
.TagClassName
{
border-color: #CB7474;
}
</style>