Shades of Contessa #CD6D6D
Tints of Contessa #CD6D6D
RGB
CMYK
RGB Variations
Color information
#CD6D6D (or 0xCD6D6D) is known color: Contessa. HEX triplet: CD, 6D and 6D. RGB value is (205,109,109). Sum of RGB (Red+Green+Blue) = 205+109+109=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D6D is #329292. Grayscale: #898989. Windows color (decimal): -3314323 or 7171533. OLE color: 7171533.
HSL color Cylindrical-coordinate representation of color #CD6D6D: hue angle of 0º 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 #CD6D6D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 109 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.20 |
| HSL | 0º | 0.49% | 0.62% | - |
| HSV(B) | 0º | 0.47% | 0.8% | - |
| XYZ | 33.41 | 25.02 | 17.54 | - |
| YUV | 137.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 109 | 0 | 0.47 | 0.47 | 0.20 | 0 | 0.49 | 0.62 |
| Hex | CD | 6D | 6D | 0 | 2F | 2F | 14 | 0 | 31 | 3E |
| Octal | 315 | 155 | 155 | 0 | 57 | 57 | 24 | 0 | 61 | 76 |
| Binary | 11001101 | 1101101 | 1101101 | 0 | 101111 | 101111 | 10100 | 0 | 110001 | 111110 |
Color Harmonies of #CD6D6D
Complementary color
Monochromatic Colors of #CD6D6D
Black with #CD6D6D
Text Example
Text Example
White with #CD6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D6D; }
p { color: rgb(205,109,109); }
H1.HeaderClassName
{
color: #CD6D6D;
}
.AnyTagClassName
{
color: #CD6D6D;
}
</style>
background-color css
<style>
a { background-color: #CD6D6D; }
a { background-color: rgb(205,109,109); }
div.DivClassName
{
background-color: #CD6D6D;
}
.BgClassName
{
background-color: #CD6D6D;
}
</style>
border-color css
<style>
span { border-color: #CD6D6D; }
span { border-color: rgb(205,109,109); }
td.TdClassName
{
border-color: #CD6D6D;
}
.TagClassName
{
border-color: #CD6D6D;
}
</style>