Shades of Contessa #CD6E6C
Tints of Contessa #CD6E6C
RGB
CMYK
RGB Variations
Color information
#CD6E6C (or 0xCD6E6C) is known color: Contessa. HEX triplet: CD, 6E and 6C. RGB value is (205,110,108). Sum of RGB (Red+Green+Blue) = 205+110+108=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E6C is #329193. Grayscale: #8A8A8A. Windows color (decimal): -3314068 or 7106253. OLE color: 7106253.
HSL color Cylindrical-coordinate representation of color #CD6E6C: hue angle of 1.24º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6E6C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 108 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.20 |
| HSL | 1.24º | 0.49% | 0.61% | - |
| HSV(B) | 1.24º | 0.47% | 0.8% | - |
| XYZ | 33.46 | 25.21 | 17.29 | - |
| YUV | 138.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 108 | 0 | 0.46 | 0.47 | 0.20 | 1.24 | 0.49 | 0.61 |
| Hex | CD | 6E | 6C | 0 | 2E | 2F | 14 | 1 | 31 | 3D |
| Octal | 315 | 156 | 154 | 0 | 56 | 57 | 24 | 1 | 61 | 75 |
| Binary | 11001101 | 1101110 | 1101100 | 0 | 101110 | 101111 | 10100 | 1 | 110001 | 111101 |
Color Harmonies of #CD6E6C
Complementary color
Monochromatic Colors of #CD6E6C
Black with #CD6E6C
Text Example
Text Example
White with #CD6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E6C; }
p { color: rgb(205,110,108); }
H1.HeaderClassName
{
color: #CD6E6C;
}
.AnyTagClassName
{
color: #CD6E6C;
}
</style>
background-color css
<style>
a { background-color: #CD6E6C; }
a { background-color: rgb(205,110,108); }
div.DivClassName
{
background-color: #CD6E6C;
}
.BgClassName
{
background-color: #CD6E6C;
}
</style>
border-color css
<style>
span { border-color: #CD6E6C; }
span { border-color: rgb(205,110,108); }
td.TdClassName
{
border-color: #CD6E6C;
}
.TagClassName
{
border-color: #CD6E6C;
}
</style>