Shades of Contessa #CD706D
Tints of Contessa #CD706D
RGB
CMYK
RGB Variations
Color information
#CD706D (or 0xCD706D) is known color: Contessa. HEX triplet: CD, 70 and 6D. RGB value is (205,112,109). Sum of RGB (Red+Green+Blue) = 205+112+109=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD706D is #328F92. Grayscale: #8B8B8B. Windows color (decimal): -3313555 or 7172301. OLE color: 7172301.
HSL color Cylindrical-coordinate representation of color #CD706D: hue angle of 1.88º 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 #CD706D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 109 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.20 |
| HSL | 1.88º | 0.49% | 0.62% | - |
| HSV(B) | 1.88º | 0.47% | 0.8% | - |
| XYZ | 33.73 | 25.67 | 17.65 | - |
| YUV | 139.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 109 | 0 | 0.45 | 0.47 | 0.20 | 1.88 | 0.49 | 0.62 |
| Hex | CD | 70 | 6D | 0 | 2D | 2F | 14 | 2 | 31 | 3E |
| Octal | 315 | 160 | 155 | 0 | 55 | 57 | 24 | 2 | 61 | 76 |
| Binary | 11001101 | 1110000 | 1101101 | 0 | 101101 | 101111 | 10100 | 10 | 110001 | 111110 |
Color Harmonies of #CD706D
Complementary color
Monochromatic Colors of #CD706D
Black with #CD706D
Text Example
Text Example
White with #CD706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD706D; }
p { color: rgb(205,112,109); }
H1.HeaderClassName
{
color: #CD706D;
}
.AnyTagClassName
{
color: #CD706D;
}
</style>
background-color css
<style>
a { background-color: #CD706D; }
a { background-color: rgb(205,112,109); }
div.DivClassName
{
background-color: #CD706D;
}
.BgClassName
{
background-color: #CD706D;
}
</style>
border-color css
<style>
span { border-color: #CD706D; }
span { border-color: rgb(205,112,109); }
td.TdClassName
{
border-color: #CD706D;
}
.TagClassName
{
border-color: #CD706D;
}
</style>