Shades of Contessa #CD716E
Tints of Contessa #CD716E
RGB
CMYK
RGB Variations
Color information
#CD716E (or 0xCD716E) is known color: Contessa. HEX triplet: CD, 71 and 6E. RGB value is (205,113,110). Sum of RGB (Red+Green+Blue) = 205+113+110=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD716E is #328E91. Grayscale: #8C8C8C. Windows color (decimal): -3313298 or 7238093. OLE color: 7238093.
HSL color Cylindrical-coordinate representation of color #CD716E: hue angle of 1.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD716E is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 110 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.20 |
| HSL | 1.89º | 0.49% | 0.62% | - |
| HSV(B) | 1.89º | 0.46% | 0.8% | - |
| XYZ | 33.9 | 25.92 | 17.97 | - |
| YUV | 140.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 110 | 0 | 0.45 | 0.46 | 0.20 | 1.89 | 0.49 | 0.62 |
| Hex | CD | 71 | 6E | 0 | 2D | 2E | 14 | 2 | 31 | 3E |
| Octal | 315 | 161 | 156 | 0 | 55 | 56 | 24 | 2 | 61 | 76 |
| Binary | 11001101 | 1110001 | 1101110 | 0 | 101101 | 101110 | 10100 | 10 | 110001 | 111110 |
Color Harmonies of #CD716E
Complementary color
Monochromatic Colors of #CD716E
Black with #CD716E
Text Example
Text Example
White with #CD716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD716E; }
p { color: rgb(205,113,110); }
H1.HeaderClassName
{
color: #CD716E;
}
.AnyTagClassName
{
color: #CD716E;
}
</style>
background-color css
<style>
a { background-color: #CD716E; }
a { background-color: rgb(205,113,110); }
div.DivClassName
{
background-color: #CD716E;
}
.BgClassName
{
background-color: #CD716E;
}
</style>
border-color css
<style>
span { border-color: #CD716E; }
span { border-color: rgb(205,113,110); }
td.TdClassName
{
border-color: #CD716E;
}
.TagClassName
{
border-color: #CD716E;
}
</style>