Shades of Contessa #CD6F64
Tints of Contessa #CD6F64
RGB
CMYK
RGB Variations
Color information
#CD6F64 (or 0xCD6F64) is known color: Contessa. HEX triplet: CD, 6F and 64. RGB value is (205,111,100). Sum of RGB (Red+Green+Blue) = 205+111+100=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F64 is #32909B. Grayscale: #898989. Windows color (decimal): -3313820 or 6582221. OLE color: 6582221.
HSL color Cylindrical-coordinate representation of color #CD6F64: hue angle of 6.29º 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 #CD6F64 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 111 | 100 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.20 |
| HSL | 6.29º | 0.51% | 0.6% | - |
| HSV(B) | 6.29º | 0.51% | 0.8% | - |
| XYZ | 33.16 | 25.27 | 15.19 | - |
| YUV | 137.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 100 | 0 | 0.46 | 0.51 | 0.20 | 6.29 | 0.51 | 0.6 |
| Hex | CD | 6F | 64 | 0 | 2E | 33 | 14 | 6 | 33 | 3C |
| Octal | 315 | 157 | 144 | 0 | 56 | 63 | 24 | 6 | 63 | 74 |
| Binary | 11001101 | 1101111 | 1100100 | 0 | 101110 | 110011 | 10100 | 110 | 110011 | 111100 |
Color Harmonies of #CD6F64
Complementary color
Monochromatic Colors of #CD6F64
Black with #CD6F64
Text Example
Text Example
White with #CD6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6F64; }
p { color: rgb(205,111,100); }
H1.HeaderClassName
{
color: #CD6F64;
}
.AnyTagClassName
{
color: #CD6F64;
}
</style>
background-color css
<style>
a { background-color: #CD6F64; }
a { background-color: rgb(205,111,100); }
div.DivClassName
{
background-color: #CD6F64;
}
.BgClassName
{
background-color: #CD6F64;
}
</style>
border-color css
<style>
span { border-color: #CD6F64; }
span { border-color: rgb(205,111,100); }
td.TdClassName
{
border-color: #CD6F64;
}
.TagClassName
{
border-color: #CD6F64;
}
</style>