Shades of Contessa #CD7373
Tints of Contessa #CD7373
RGB
CMYK
RGB Variations
Color information
#CD7373 (or 0xCD7373) is known color: Contessa. HEX triplet: CD, 73 and 73. RGB value is (205,115,115). Sum of RGB (Red+Green+Blue) = 205+115+115=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7373 is #328C8C. Grayscale: #8E8E8E. Windows color (decimal): -3312781 or 7566285. OLE color: 7566285.
HSL color Cylindrical-coordinate representation of color #CD7373: hue angle of 0º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7373 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 115 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.20 |
| HSL | 0º | 0.47% | 0.63% | - |
| HSV(B) | 0º | 0.44% | 0.8% | - |
| XYZ | 34.4 | 26.48 | 19.52 | - |
| YUV | 141.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 115 | 0 | 0.44 | 0.44 | 0.20 | 0 | 0.47 | 0.63 |
| Hex | CD | 73 | 73 | 0 | 2C | 2C | 14 | 0 | 2F | 3F |
| Octal | 315 | 163 | 163 | 0 | 54 | 54 | 24 | 0 | 57 | 77 |
| Binary | 11001101 | 1110011 | 1110011 | 0 | 101100 | 101100 | 10100 | 0 | 101111 | 111111 |
Color Harmonies of #CD7373
Complementary color
Monochromatic Colors of #CD7373
Black with #CD7373
Text Example
Text Example
White with #CD7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7373; }
p { color: rgb(205,115,115); }
H1.HeaderClassName
{
color: #CD7373;
}
.AnyTagClassName
{
color: #CD7373;
}
</style>
background-color css
<style>
a { background-color: #CD7373; }
a { background-color: rgb(205,115,115); }
div.DivClassName
{
background-color: #CD7373;
}
.BgClassName
{
background-color: #CD7373;
}
</style>
border-color css
<style>
span { border-color: #CD7373; }
span { border-color: rgb(205,115,115); }
td.TdClassName
{
border-color: #CD7373;
}
.TagClassName
{
border-color: #CD7373;
}
</style>