Shades of Contessa #CD6E6D
Tints of Contessa #CD6E6D
RGB
CMYK
RGB Variations
Color information
#CD6E6D (or 0xCD6E6D) is known color: Contessa. HEX triplet: CD, 6E and 6D. RGB value is (205,110,109). Sum of RGB (Red+Green+Blue) = 205+110+109=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E6D is #329192. Grayscale: #8A8A8A. Windows color (decimal): -3314067 or 7171789. OLE color: 7171789.
HSL color Cylindrical-coordinate representation of color #CD6E6D: hue angle of 0.62º 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 #CD6E6D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 109 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.20 |
| HSL | 0.63º | 0.49% | 0.62% | - |
| HSV(B) | 0.63º | 0.47% | 0.8% | - |
| XYZ | 33.51 | 25.24 | 17.57 | - |
| YUV | 138.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 109 | 0 | 0.46 | 0.47 | 0.20 | 0.63 | 0.49 | 0.62 |
| Hex | CD | 6E | 6D | 0 | 2E | 2F | 14 | 1 | 31 | 3E |
| Octal | 315 | 156 | 155 | 0 | 56 | 57 | 24 | 1 | 61 | 76 |
| Binary | 11001101 | 1101110 | 1101101 | 0 | 101110 | 101111 | 10100 | 1 | 110001 | 111110 |
Color Harmonies of #CD6E6D
Complementary color
Monochromatic Colors of #CD6E6D
Black with #CD6E6D
Text Example
Text Example
White with #CD6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E6D; }
p { color: rgb(205,110,109); }
H1.HeaderClassName
{
color: #CD6E6D;
}
.AnyTagClassName
{
color: #CD6E6D;
}
</style>
background-color css
<style>
a { background-color: #CD6E6D; }
a { background-color: rgb(205,110,109); }
div.DivClassName
{
background-color: #CD6E6D;
}
.BgClassName
{
background-color: #CD6E6D;
}
</style>
border-color css
<style>
span { border-color: #CD6E6D; }
span { border-color: rgb(205,110,109); }
td.TdClassName
{
border-color: #CD6E6D;
}
.TagClassName
{
border-color: #CD6E6D;
}
</style>