Shades of Contessa #CD6D65
Tints of Contessa #CD6D65
RGB
CMYK
RGB Variations
Color information
#CD6D65 (or 0xCD6D65) is known color: Contessa. HEX triplet: CD, 6D and 65. RGB value is (205,109,101). Sum of RGB (Red+Green+Blue) = 205+109+101=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D65 is #32929A. Grayscale: #888888. Windows color (decimal): -3314331 or 6647245. OLE color: 6647245.
HSL color Cylindrical-coordinate representation of color #CD6D65: hue angle of 4.62º 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 #CD6D65 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 101 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.20 |
| HSL | 4.62º | 0.51% | 0.6% | - |
| HSV(B) | 4.62º | 0.51% | 0.8% | - |
| XYZ | 32.99 | 24.86 | 15.37 | - |
| YUV | 136.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 101 | 0 | 0.47 | 0.51 | 0.20 | 4.62 | 0.51 | 0.6 |
| Hex | CD | 6D | 65 | 0 | 2F | 33 | 14 | 5 | 33 | 3C |
| Octal | 315 | 155 | 145 | 0 | 57 | 63 | 24 | 5 | 63 | 74 |
| Binary | 11001101 | 1101101 | 1100101 | 0 | 101111 | 110011 | 10100 | 101 | 110011 | 111100 |
Color Harmonies of #CD6D65
Complementary color
Monochromatic Colors of #CD6D65
Black with #CD6D65
Text Example
Text Example
White with #CD6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D65; }
p { color: rgb(205,109,101); }
H1.HeaderClassName
{
color: #CD6D65;
}
.AnyTagClassName
{
color: #CD6D65;
}
</style>
background-color css
<style>
a { background-color: #CD6D65; }
a { background-color: rgb(205,109,101); }
div.DivClassName
{
background-color: #CD6D65;
}
.BgClassName
{
background-color: #CD6D65;
}
</style>
border-color css
<style>
span { border-color: #CD6D65; }
span { border-color: rgb(205,109,101); }
td.TdClassName
{
border-color: #CD6D65;
}
.TagClassName
{
border-color: #CD6D65;
}
</style>