Shades of Contessa #CD6865
Tints of Contessa #CD6865
RGB
CMYK
RGB Variations
Color information
#CD6865 (or 0xCD6865) is known color: Contessa. HEX triplet: CD, 68 and 65. RGB value is (205,104,101). Sum of RGB (Red+Green+Blue) = 205+104+101=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6865 is #32979A. Grayscale: #858585. Windows color (decimal): -3315611 or 6645965. OLE color: 6645965.
HSL color Cylindrical-coordinate representation of color #CD6865: hue angle of 1.73º 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 #CD6865 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 101 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.20 |
| HSL | 1.73º | 0.51% | 0.6% | - |
| HSV(B) | 1.73º | 0.51% | 0.8% | - |
| XYZ | 32.48 | 23.82 | 15.2 | - |
| YUV | 133.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 101 | 0 | 0.49 | 0.51 | 0.20 | 1.73 | 0.51 | 0.6 |
| Hex | CD | 68 | 65 | 0 | 31 | 33 | 14 | 2 | 33 | 3C |
| Octal | 315 | 150 | 145 | 0 | 61 | 63 | 24 | 2 | 63 | 74 |
| Binary | 11001101 | 1101000 | 1100101 | 0 | 110001 | 110011 | 10100 | 10 | 110011 | 111100 |
Color Harmonies of #CD6865
Complementary color
Monochromatic Colors of #CD6865
Black with #CD6865
Text Example
Text Example
White with #CD6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6865; }
p { color: rgb(205,104,101); }
H1.HeaderClassName
{
color: #CD6865;
}
.AnyTagClassName
{
color: #CD6865;
}
</style>
background-color css
<style>
a { background-color: #CD6865; }
a { background-color: rgb(205,104,101); }
div.DivClassName
{
background-color: #CD6865;
}
.BgClassName
{
background-color: #CD6865;
}
</style>
border-color css
<style>
span { border-color: #CD6865; }
span { border-color: rgb(205,104,101); }
td.TdClassName
{
border-color: #CD6865;
}
.TagClassName
{
border-color: #CD6865;
}
</style>