Shades of Contessa #CD7066
Tints of Contessa #CD7066
RGB
CMYK
RGB Variations
Color information
#CD7066 (or 0xCD7066) is known color: Contessa. HEX triplet: CD, 70 and 66. RGB value is (205,112,102). Sum of RGB (Red+Green+Blue) = 205+112+102=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7066 is #328F99. Grayscale: #8A8A8A. Windows color (decimal): -3313562 or 6713549. OLE color: 6713549.
HSL color Cylindrical-coordinate representation of color #CD7066: hue angle of 5.83º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7066 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 102 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.20 |
| HSL | 5.83º | 0.51% | 0.6% | - |
| HSV(B) | 5.83º | 0.5% | 0.8% | - |
| XYZ | 33.37 | 25.53 | 15.74 | - |
| YUV | 138.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 102 | 0 | 0.45 | 0.50 | 0.20 | 5.83 | 0.51 | 0.6 |
| Hex | CD | 70 | 66 | 0 | 2D | 32 | 14 | 6 | 33 | 3C |
| Octal | 315 | 160 | 146 | 0 | 55 | 62 | 24 | 6 | 63 | 74 |
| Binary | 11001101 | 1110000 | 1100110 | 0 | 101101 | 110010 | 10100 | 110 | 110011 | 111100 |
Color Harmonies of #CD7066
Complementary color
Monochromatic Colors of #CD7066
Black with #CD7066
Text Example
Text Example
White with #CD7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7066; }
p { color: rgb(205,112,102); }
H1.HeaderClassName
{
color: #CD7066;
}
.AnyTagClassName
{
color: #CD7066;
}
</style>
background-color css
<style>
a { background-color: #CD7066; }
a { background-color: rgb(205,112,102); }
div.DivClassName
{
background-color: #CD7066;
}
.BgClassName
{
background-color: #CD7066;
}
</style>
border-color css
<style>
span { border-color: #CD7066; }
span { border-color: rgb(205,112,102); }
td.TdClassName
{
border-color: #CD7066;
}
.TagClassName
{
border-color: #CD7066;
}
</style>