Shades of Contessa #CD756B
Tints of Contessa #CD756B
RGB
CMYK
RGB Variations
Color information
#CD756B (or 0xCD756B) is known color: Contessa. HEX triplet: CD, 75 and 6B. RGB value is (205,117,107). Sum of RGB (Red+Green+Blue) = 205+117+107=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD756B is #328A94. Grayscale: #8E8E8E. Windows color (decimal): -3312277 or 7042509. OLE color: 7042509.
HSL color Cylindrical-coordinate representation of color #CD756B: hue angle of 6.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD756B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 107 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.20 |
| HSL | 6.12º | 0.49% | 0.61% | - |
| HSV(B) | 6.12º | 0.48% | 0.8% | - |
| XYZ | 34.19 | 26.76 | 17.27 | - |
| YUV | 142.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 107 | 0 | 0.43 | 0.48 | 0.20 | 6.12 | 0.49 | 0.61 |
| Hex | CD | 75 | 6B | 0 | 2B | 30 | 14 | 6 | 31 | 3D |
| Octal | 315 | 165 | 153 | 0 | 53 | 60 | 24 | 6 | 61 | 75 |
| Binary | 11001101 | 1110101 | 1101011 | 0 | 101011 | 110000 | 10100 | 110 | 110001 | 111101 |
Color Harmonies of #CD756B
Complementary color
Monochromatic Colors of #CD756B
Black with #CD756B
Text Example
Text Example
White with #CD756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD756B; }
p { color: rgb(205,117,107); }
H1.HeaderClassName
{
color: #CD756B;
}
.AnyTagClassName
{
color: #CD756B;
}
</style>
background-color css
<style>
a { background-color: #CD756B; }
a { background-color: rgb(205,117,107); }
div.DivClassName
{
background-color: #CD756B;
}
.BgClassName
{
background-color: #CD756B;
}
</style>
border-color css
<style>
span { border-color: #CD756B; }
span { border-color: rgb(205,117,107); }
td.TdClassName
{
border-color: #CD756B;
}
.TagClassName
{
border-color: #CD756B;
}
</style>