Shades of Contessa #CD6E64
Tints of Contessa #CD6E64
RGB
CMYK
RGB Variations
Color information
#CD6E64 (or 0xCD6E64) is known color: Contessa. HEX triplet: CD, 6E and 64. RGB value is (205,110,100). Sum of RGB (Red+Green+Blue) = 205+110+100=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E64 is #32919B. Grayscale: #898989. Windows color (decimal): -3314076 or 6581965. OLE color: 6581965.
HSL color Cylindrical-coordinate representation of color #CD6E64: hue angle of 5.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6E64 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 100 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.20 |
| HSL | 5.71º | 0.51% | 0.6% | - |
| HSV(B) | 5.71º | 0.51% | 0.8% | - |
| XYZ | 33.05 | 25.05 | 15.15 | - |
| YUV | 137.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 100 | 0 | 0.46 | 0.51 | 0.20 | 5.71 | 0.51 | 0.6 |
| Hex | CD | 6E | 64 | 0 | 2E | 33 | 14 | 6 | 33 | 3C |
| Octal | 315 | 156 | 144 | 0 | 56 | 63 | 24 | 6 | 63 | 74 |
| Binary | 11001101 | 1101110 | 1100100 | 0 | 101110 | 110011 | 10100 | 110 | 110011 | 111100 |
Color Harmonies of #CD6E64
Complementary color
Monochromatic Colors of #CD6E64
Black with #CD6E64
Text Example
Text Example
White with #CD6E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E64; }
p { color: rgb(205,110,100); }
H1.HeaderClassName
{
color: #CD6E64;
}
.AnyTagClassName
{
color: #CD6E64;
}
</style>
background-color css
<style>
a { background-color: #CD6E64; }
a { background-color: rgb(205,110,100); }
div.DivClassName
{
background-color: #CD6E64;
}
.BgClassName
{
background-color: #CD6E64;
}
</style>
border-color css
<style>
span { border-color: #CD6E64; }
span { border-color: rgb(205,110,100); }
td.TdClassName
{
border-color: #CD6E64;
}
.TagClassName
{
border-color: #CD6E64;
}
</style>