Shades of Contessa #CD716D
Tints of Contessa #CD716D
RGB
CMYK
RGB Variations
Color information
#CD716D (or 0xCD716D) is known color: Contessa. HEX triplet: CD, 71 and 6D. RGB value is (205,113,109). Sum of RGB (Red+Green+Blue) = 205+113+109=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD716D is #328E92. Grayscale: #8C8C8C. Windows color (decimal): -3313299 or 7172557. OLE color: 7172557.
HSL color Cylindrical-coordinate representation of color #CD716D: hue angle of 2.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD716D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 109 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.20 |
| HSL | 2.5º | 0.49% | 0.62% | - |
| HSV(B) | 2.5º | 0.47% | 0.8% | - |
| XYZ | 33.84 | 25.89 | 17.68 | - |
| YUV | 140.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 109 | 0 | 0.45 | 0.47 | 0.20 | 2.5 | 0.49 | 0.62 |
| Hex | CD | 71 | 6D | 0 | 2D | 2F | 14 | 2 | 31 | 3E |
| Octal | 315 | 161 | 155 | 0 | 55 | 57 | 24 | 2 | 61 | 76 |
| Binary | 11001101 | 1110001 | 1101101 | 0 | 101101 | 101111 | 10100 | 10 | 110001 | 111110 |
Color Harmonies of #CD716D
Complementary color
Monochromatic Colors of #CD716D
Black with #CD716D
Text Example
Text Example
White with #CD716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD716D; }
p { color: rgb(205,113,109); }
H1.HeaderClassName
{
color: #CD716D;
}
.AnyTagClassName
{
color: #CD716D;
}
</style>
background-color css
<style>
a { background-color: #CD716D; }
a { background-color: rgb(205,113,109); }
div.DivClassName
{
background-color: #CD716D;
}
.BgClassName
{
background-color: #CD716D;
}
</style>
border-color css
<style>
span { border-color: #CD716D; }
span { border-color: rgb(205,113,109); }
td.TdClassName
{
border-color: #CD716D;
}
.TagClassName
{
border-color: #CD716D;
}
</style>