Shades of Contessa #CD6C64
Tints of Contessa #CD6C64
RGB
CMYK
RGB Variations
Color information
#CD6C64 (or 0xCD6C64) is known color: Contessa. HEX triplet: CD, 6C and 64. RGB value is (205,108,100). Sum of RGB (Red+Green+Blue) = 205+108+100=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C64 is #32939B. Grayscale: #888888. Windows color (decimal): -3314588 or 6581453. OLE color: 6581453.
HSL color Cylindrical-coordinate representation of color #CD6C64: hue angle of 4.57º 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 #CD6C64 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 100 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.20 |
| HSL | 4.57º | 0.51% | 0.6% | - |
| HSV(B) | 4.57º | 0.51% | 0.8% | - |
| XYZ | 32.84 | 24.62 | 15.08 | - |
| YUV | 136.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 100 | 0 | 0.47 | 0.51 | 0.20 | 4.57 | 0.51 | 0.6 |
| Hex | CD | 6C | 64 | 0 | 2F | 33 | 14 | 5 | 33 | 3C |
| Octal | 315 | 154 | 144 | 0 | 57 | 63 | 24 | 5 | 63 | 74 |
| Binary | 11001101 | 1101100 | 1100100 | 0 | 101111 | 110011 | 10100 | 101 | 110011 | 111100 |
Color Harmonies of #CD6C64
Complementary color
Monochromatic Colors of #CD6C64
Black with #CD6C64
Text Example
Text Example
White with #CD6C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C64; }
p { color: rgb(205,108,100); }
H1.HeaderClassName
{
color: #CD6C64;
}
.AnyTagClassName
{
color: #CD6C64;
}
</style>
background-color css
<style>
a { background-color: #CD6C64; }
a { background-color: rgb(205,108,100); }
div.DivClassName
{
background-color: #CD6C64;
}
.BgClassName
{
background-color: #CD6C64;
}
</style>
border-color css
<style>
span { border-color: #CD6C64; }
span { border-color: rgb(205,108,100); }
td.TdClassName
{
border-color: #CD6C64;
}
.TagClassName
{
border-color: #CD6C64;
}
</style>