Shades of Contessa #CD706E
Tints of Contessa #CD706E
RGB
CMYK
RGB Variations
Color information
#CD706E (or 0xCD706E) is known color: Contessa. HEX triplet: CD, 70 and 6E. RGB value is (205,112,110). Sum of RGB (Red+Green+Blue) = 205+112+110=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD706E is #328F91. Grayscale: #8B8B8B. Windows color (decimal): -3313554 or 7237837. OLE color: 7237837.
HSL color Cylindrical-coordinate representation of color #CD706E: hue angle of 1.26º 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 #CD706E is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 110 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.20 |
| HSL | 1.26º | 0.49% | 0.62% | - |
| HSV(B) | 1.26º | 0.46% | 0.8% | - |
| XYZ | 33.79 | 25.69 | 17.93 | - |
| YUV | 139.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 110 | 0 | 0.45 | 0.46 | 0.20 | 1.26 | 0.49 | 0.62 |
| Hex | CD | 70 | 6E | 0 | 2D | 2E | 14 | 1 | 31 | 3E |
| Octal | 315 | 160 | 156 | 0 | 55 | 56 | 24 | 1 | 61 | 76 |
| Binary | 11001101 | 1110000 | 1101110 | 0 | 101101 | 101110 | 10100 | 1 | 110001 | 111110 |
Color Harmonies of #CD706E
Complementary color
Monochromatic Colors of #CD706E
Black with #CD706E
Text Example
Text Example
White with #CD706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD706E; }
p { color: rgb(205,112,110); }
H1.HeaderClassName
{
color: #CD706E;
}
.AnyTagClassName
{
color: #CD706E;
}
</style>
background-color css
<style>
a { background-color: #CD706E; }
a { background-color: rgb(205,112,110); }
div.DivClassName
{
background-color: #CD706E;
}
.BgClassName
{
background-color: #CD706E;
}
</style>
border-color css
<style>
span { border-color: #CD706E; }
span { border-color: rgb(205,112,110); }
td.TdClassName
{
border-color: #CD706E;
}
.TagClassName
{
border-color: #CD706E;
}
</style>