Shades of Contessa #CD766C
Tints of Contessa #CD766C
RGB
CMYK
RGB Variations
Color information
#CD766C (or 0xCD766C) is known color: Contessa. HEX triplet: CD, 76 and 6C. RGB value is (205,118,108). Sum of RGB (Red+Green+Blue) = 205+118+108=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD766C is #328993. Grayscale: #8F8F8F. Windows color (decimal): -3312020 or 7108301. OLE color: 7108301.
HSL color Cylindrical-coordinate representation of color #CD766C: hue angle of 6.19º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD766C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 108 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.20 |
| HSL | 6.19º | 0.49% | 0.61% | - |
| HSV(B) | 6.19º | 0.47% | 0.8% | - |
| XYZ | 34.36 | 27.02 | 17.59 | - |
| YUV | 142.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 108 | 0 | 0.42 | 0.47 | 0.20 | 6.19 | 0.49 | 0.61 |
| Hex | CD | 76 | 6C | 0 | 2A | 2F | 14 | 6 | 31 | 3D |
| Octal | 315 | 166 | 154 | 0 | 52 | 57 | 24 | 6 | 61 | 75 |
| Binary | 11001101 | 1110110 | 1101100 | 0 | 101010 | 101111 | 10100 | 110 | 110001 | 111101 |
Color Harmonies of #CD766C
Complementary color
Monochromatic Colors of #CD766C
Black with #CD766C
Text Example
Text Example
White with #CD766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD766C; }
p { color: rgb(205,118,108); }
H1.HeaderClassName
{
color: #CD766C;
}
.AnyTagClassName
{
color: #CD766C;
}
</style>
background-color css
<style>
a { background-color: #CD766C; }
a { background-color: rgb(205,118,108); }
div.DivClassName
{
background-color: #CD766C;
}
.BgClassName
{
background-color: #CD766C;
}
</style>
border-color css
<style>
span { border-color: #CD766C; }
span { border-color: rgb(205,118,108); }
td.TdClassName
{
border-color: #CD766C;
}
.TagClassName
{
border-color: #CD766C;
}
</style>