Shades of Contessa #CD746E
Tints of Contessa #CD746E
RGB
CMYK
RGB Variations
Color information
#CD746E (or 0xCD746E) is known color: Contessa. HEX triplet: CD, 74 and 6E. RGB value is (205,116,110). Sum of RGB (Red+Green+Blue) = 205+116+110=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD746E is #328B91. Grayscale: #8E8E8E. Windows color (decimal): -3312530 or 7238861. OLE color: 7238861.
HSL color Cylindrical-coordinate representation of color #CD746E: hue angle of 3.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD746E is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 110 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.20 |
| HSL | 3.79º | 0.49% | 0.62% | - |
| HSV(B) | 3.79º | 0.46% | 0.8% | - |
| XYZ | 34.24 | 26.6 | 18.08 | - |
| YUV | 141.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 110 | 0 | 0.43 | 0.46 | 0.20 | 3.79 | 0.49 | 0.62 |
| Hex | CD | 74 | 6E | 0 | 2B | 2E | 14 | 4 | 31 | 3E |
| Octal | 315 | 164 | 156 | 0 | 53 | 56 | 24 | 4 | 61 | 76 |
| Binary | 11001101 | 1110100 | 1101110 | 0 | 101011 | 101110 | 10100 | 100 | 110001 | 111110 |
Color Harmonies of #CD746E
Complementary color
Monochromatic Colors of #CD746E
Black with #CD746E
Text Example
Text Example
White with #CD746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD746E; }
p { color: rgb(205,116,110); }
H1.HeaderClassName
{
color: #CD746E;
}
.AnyTagClassName
{
color: #CD746E;
}
</style>
background-color css
<style>
a { background-color: #CD746E; }
a { background-color: rgb(205,116,110); }
div.DivClassName
{
background-color: #CD746E;
}
.BgClassName
{
background-color: #CD746E;
}
</style>
border-color css
<style>
span { border-color: #CD746E; }
span { border-color: rgb(205,116,110); }
td.TdClassName
{
border-color: #CD746E;
}
.TagClassName
{
border-color: #CD746E;
}
</style>