Shades of Contessa #CD6C63
Tints of Contessa #CD6C63
RGB
CMYK
RGB Variations
Color information
#CD6C63 (or 0xCD6C63) is known color: Contessa. HEX triplet: CD, 6C and 63. RGB value is (205,108,99). Sum of RGB (Red+Green+Blue) = 205+108+99=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C63 is #32939C. Grayscale: #888888. Windows color (decimal): -3314589 or 6515917. OLE color: 6515917.
HSL color Cylindrical-coordinate representation of color #CD6C63: hue angle of 5.09º 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 #CD6C63 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 99 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.20 |
| HSL | 5.09º | 0.51% | 0.6% | - |
| HSV(B) | 5.09º | 0.52% | 0.8% | - |
| XYZ | 32.79 | 24.61 | 14.83 | - |
| YUV | 135.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 99 | 0 | 0.47 | 0.52 | 0.20 | 5.09 | 0.51 | 0.6 |
| Hex | CD | 6C | 63 | 0 | 2F | 34 | 14 | 5 | 33 | 3C |
| Octal | 315 | 154 | 143 | 0 | 57 | 64 | 24 | 5 | 63 | 74 |
| Binary | 11001101 | 1101100 | 1100011 | 0 | 101111 | 110100 | 10100 | 101 | 110011 | 111100 |
Color Harmonies of #CD6C63
Complementary color
Monochromatic Colors of #CD6C63
Black with #CD6C63
Text Example
Text Example
White with #CD6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C63; }
p { color: rgb(205,108,99); }
H1.HeaderClassName
{
color: #CD6C63;
}
.AnyTagClassName
{
color: #CD6C63;
}
</style>
background-color css
<style>
a { background-color: #CD6C63; }
a { background-color: rgb(205,108,99); }
div.DivClassName
{
background-color: #CD6C63;
}
.BgClassName
{
background-color: #CD6C63;
}
</style>
border-color css
<style>
span { border-color: #CD6C63; }
span { border-color: rgb(205,108,99); }
td.TdClassName
{
border-color: #CD6C63;
}
.TagClassName
{
border-color: #CD6C63;
}
</style>