Shades of Contessa #CD736E
Tints of Contessa #CD736E
RGB
CMYK
RGB Variations
Color information
#CD736E (or 0xCD736E) is known color: Contessa. HEX triplet: CD, 73 and 6E. RGB value is (205,115,110). Sum of RGB (Red+Green+Blue) = 205+115+110=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD736E is #328C91. Grayscale: #8D8D8D. Windows color (decimal): -3312786 or 7238605. OLE color: 7238605.
HSL color Cylindrical-coordinate representation of color #CD736E: hue angle of 3.16º 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 #CD736E is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 110 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.20 |
| HSL | 3.16º | 0.49% | 0.62% | - |
| HSV(B) | 3.16º | 0.46% | 0.8% | - |
| XYZ | 34.12 | 26.37 | 18.04 | - |
| YUV | 141.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 110 | 0 | 0.44 | 0.46 | 0.20 | 3.16 | 0.49 | 0.62 |
| Hex | CD | 73 | 6E | 0 | 2C | 2E | 14 | 3 | 31 | 3E |
| Octal | 315 | 163 | 156 | 0 | 54 | 56 | 24 | 3 | 61 | 76 |
| Binary | 11001101 | 1110011 | 1101110 | 0 | 101100 | 101110 | 10100 | 11 | 110001 | 111110 |
Color Harmonies of #CD736E
Complementary color
Monochromatic Colors of #CD736E
Black with #CD736E
Text Example
Text Example
White with #CD736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD736E; }
p { color: rgb(205,115,110); }
H1.HeaderClassName
{
color: #CD736E;
}
.AnyTagClassName
{
color: #CD736E;
}
</style>
background-color css
<style>
a { background-color: #CD736E; }
a { background-color: rgb(205,115,110); }
div.DivClassName
{
background-color: #CD736E;
}
.BgClassName
{
background-color: #CD736E;
}
</style>
border-color css
<style>
span { border-color: #CD736E; }
span { border-color: rgb(205,115,110); }
td.TdClassName
{
border-color: #CD736E;
}
.TagClassName
{
border-color: #CD736E;
}
</style>