Shades of Contessa #CD7873
Tints of Contessa #CD7873
RGB
CMYK
RGB Variations
Color information
#CD7873 (or 0xCD7873) is known color: Contessa. HEX triplet: CD, 78 and 73. RGB value is (205,120,115). Sum of RGB (Red+Green+Blue) = 205+120+115=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7873 is #32878C. Grayscale: #909090. Windows color (decimal): -3311501 or 7567565. OLE color: 7567565.
HSL color Cylindrical-coordinate representation of color #CD7873: hue angle of 3.33º 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 #CD7873 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 120 | 115 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.20 |
| HSL | 3.33º | 0.47% | 0.63% | - |
| HSV(B) | 3.33º | 0.44% | 0.8% | - |
| XYZ | 34.99 | 27.65 | 19.71 | - |
| YUV | 144.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 115 | 0 | 0.41 | 0.44 | 0.20 | 3.33 | 0.47 | 0.63 |
| Hex | CD | 78 | 73 | 0 | 29 | 2C | 14 | 3 | 2F | 3F |
| Octal | 315 | 170 | 163 | 0 | 51 | 54 | 24 | 3 | 57 | 77 |
| Binary | 11001101 | 1111000 | 1110011 | 0 | 101001 | 101100 | 10100 | 11 | 101111 | 111111 |
Color Harmonies of #CD7873
Complementary color
Monochromatic Colors of #CD7873
Black with #CD7873
Text Example
Text Example
White with #CD7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7873; }
p { color: rgb(205,120,115); }
H1.HeaderClassName
{
color: #CD7873;
}
.AnyTagClassName
{
color: #CD7873;
}
</style>
background-color css
<style>
a { background-color: #CD7873; }
a { background-color: rgb(205,120,115); }
div.DivClassName
{
background-color: #CD7873;
}
.BgClassName
{
background-color: #CD7873;
}
</style>
border-color css
<style>
span { border-color: #CD7873; }
span { border-color: rgb(205,120,115); }
td.TdClassName
{
border-color: #CD7873;
}
.TagClassName
{
border-color: #CD7873;
}
</style>