Shades of Contessa #CD6D63
Tints of Contessa #CD6D63
RGB
CMYK
RGB Variations
Color information
#CD6D63 (or 0xCD6D63) is known color: Contessa. HEX triplet: CD, 6D and 63. RGB value is (205,109,99). Sum of RGB (Red+Green+Blue) = 205+109+99=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D63 is #32929C. Grayscale: #888888. Windows color (decimal): -3314333 or 6516173. OLE color: 6516173.
HSL color Cylindrical-coordinate representation of color #CD6D63: hue angle of 5.66º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6D63 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 99 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.20 |
| HSL | 5.66º | 0.51% | 0.6% | - |
| HSV(B) | 5.66º | 0.52% | 0.8% | - |
| XYZ | 32.9 | 24.82 | 14.86 | - |
| YUV | 136.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 99 | 0 | 0.47 | 0.52 | 0.20 | 5.66 | 0.51 | 0.6 |
| Hex | CD | 6D | 63 | 0 | 2F | 34 | 14 | 6 | 33 | 3C |
| Octal | 315 | 155 | 143 | 0 | 57 | 64 | 24 | 6 | 63 | 74 |
| Binary | 11001101 | 1101101 | 1100011 | 0 | 101111 | 110100 | 10100 | 110 | 110011 | 111100 |
Color Harmonies of #CD6D63
Complementary color
Monochromatic Colors of #CD6D63
Black with #CD6D63
Text Example
Text Example
White with #CD6D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D63; }
p { color: rgb(205,109,99); }
H1.HeaderClassName
{
color: #CD6D63;
}
.AnyTagClassName
{
color: #CD6D63;
}
</style>
background-color css
<style>
a { background-color: #CD6D63; }
a { background-color: rgb(205,109,99); }
div.DivClassName
{
background-color: #CD6D63;
}
.BgClassName
{
background-color: #CD6D63;
}
</style>
border-color css
<style>
span { border-color: #CD6D63; }
span { border-color: rgb(205,109,99); }
td.TdClassName
{
border-color: #CD6D63;
}
.TagClassName
{
border-color: #CD6D63;
}
</style>