Shades of Contessa #CD756D
Tints of Contessa #CD756D
RGB
CMYK
RGB Variations
Color information
#CD756D (or 0xCD756D) is known color: Contessa. HEX triplet: CD, 75 and 6D. RGB value is (205,117,109). Sum of RGB (Red+Green+Blue) = 205+117+109=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD756D is #328A92. Grayscale: #8E8E8E. Windows color (decimal): -3312275 or 7173581. OLE color: 7173581.
HSL color Cylindrical-coordinate representation of color #CD756D: hue angle of 5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD756D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 109 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.20 |
| HSL | 5º | 0.49% | 0.62% | - |
| HSV(B) | 5º | 0.47% | 0.8% | - |
| XYZ | 34.3 | 26.81 | 17.83 | - |
| YUV | 142.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 109 | 0 | 0.43 | 0.47 | 0.20 | 5 | 0.49 | 0.62 |
| Hex | CD | 75 | 6D | 0 | 2B | 2F | 14 | 5 | 31 | 3E |
| Octal | 315 | 165 | 155 | 0 | 53 | 57 | 24 | 5 | 61 | 76 |
| Binary | 11001101 | 1110101 | 1101101 | 0 | 101011 | 101111 | 10100 | 101 | 110001 | 111110 |
Color Harmonies of #CD756D
Complementary color
Monochromatic Colors of #CD756D
Black with #CD756D
Text Example
Text Example
White with #CD756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD756D; }
p { color: rgb(205,117,109); }
H1.HeaderClassName
{
color: #CD756D;
}
.AnyTagClassName
{
color: #CD756D;
}
</style>
background-color css
<style>
a { background-color: #CD756D; }
a { background-color: rgb(205,117,109); }
div.DivClassName
{
background-color: #CD756D;
}
.BgClassName
{
background-color: #CD756D;
}
</style>
border-color css
<style>
span { border-color: #CD756D; }
span { border-color: rgb(205,117,109); }
td.TdClassName
{
border-color: #CD756D;
}
.TagClassName
{
border-color: #CD756D;
}
</style>