Shades of Contessa #CD6A61
Tints of Contessa #CD6A61
RGB
CMYK
RGB Variations
Color information
#CD6A61 (or 0xCD6A61) is known color: Contessa. HEX triplet: CD, 6A and 61. RGB value is (205,106,97). Sum of RGB (Red+Green+Blue) = 205+106+97=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A61 is #32959E. Grayscale: #868686. Windows color (decimal): -3315103 or 6384333. OLE color: 6384333.
HSL color Cylindrical-coordinate representation of color #CD6A61: hue angle of 5º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6A61 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 97 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.20 |
| HSL | 5º | 0.52% | 0.59% | - |
| HSV(B) | 5º | 0.53% | 0.8% | - |
| XYZ | 32.49 | 24.15 | 14.26 | - |
| YUV | 134.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 97 | 0 | 0.48 | 0.53 | 0.20 | 5 | 0.52 | 0.59 |
| Hex | CD | 6A | 61 | 0 | 30 | 35 | 14 | 5 | 34 | 3B |
| Octal | 315 | 152 | 141 | 0 | 60 | 65 | 24 | 5 | 64 | 73 |
| Binary | 11001101 | 1101010 | 1100001 | 0 | 110000 | 110101 | 10100 | 101 | 110100 | 111011 |
Color Harmonies of #CD6A61
Complementary color
Monochromatic Colors of #CD6A61
Black with #CD6A61
Text Example
Text Example
White with #CD6A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A61; }
p { color: rgb(205,106,97); }
H1.HeaderClassName
{
color: #CD6A61;
}
.AnyTagClassName
{
color: #CD6A61;
}
</style>
background-color css
<style>
a { background-color: #CD6A61; }
a { background-color: rgb(205,106,97); }
div.DivClassName
{
background-color: #CD6A61;
}
.BgClassName
{
background-color: #CD6A61;
}
</style>
border-color css
<style>
span { border-color: #CD6A61; }
span { border-color: rgb(205,106,97); }
td.TdClassName
{
border-color: #CD6A61;
}
.TagClassName
{
border-color: #CD6A61;
}
</style>