Shades of Contessa #CD766A
Tints of Contessa #CD766A
RGB
CMYK
RGB Variations
Color information
#CD766A (or 0xCD766A) is known color: Contessa. HEX triplet: CD, 76 and 6A. RGB value is (205,118,106). Sum of RGB (Red+Green+Blue) = 205+118+106=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD766A is #328995. Grayscale: #8E8E8E. Windows color (decimal): -3312022 or 6977229. OLE color: 6977229.
HSL color Cylindrical-coordinate representation of color #CD766A: hue angle of 7.27º degrees, saturation: 0.5, 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 #CD766A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 106 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.20 |
| HSL | 7.27º | 0.5% | 0.61% | - |
| HSV(B) | 7.27º | 0.48% | 0.8% | - |
| XYZ | 34.26 | 26.98 | 17.04 | - |
| YUV | 142.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 106 | 0 | 0.42 | 0.48 | 0.20 | 7.27 | 0.5 | 0.61 |
| Hex | CD | 76 | 6A | 0 | 2A | 30 | 14 | 7 | 32 | 3D |
| Octal | 315 | 166 | 152 | 0 | 52 | 60 | 24 | 7 | 62 | 75 |
| Binary | 11001101 | 1110110 | 1101010 | 0 | 101010 | 110000 | 10100 | 111 | 110010 | 111101 |
Color Harmonies of #CD766A
Complementary color
Monochromatic Colors of #CD766A
Black with #CD766A
Text Example
Text Example
White with #CD766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD766A; }
p { color: rgb(205,118,106); }
H1.HeaderClassName
{
color: #CD766A;
}
.AnyTagClassName
{
color: #CD766A;
}
</style>
background-color css
<style>
a { background-color: #CD766A; }
a { background-color: rgb(205,118,106); }
div.DivClassName
{
background-color: #CD766A;
}
.BgClassName
{
background-color: #CD766A;
}
</style>
border-color css
<style>
span { border-color: #CD766A; }
span { border-color: rgb(205,118,106); }
td.TdClassName
{
border-color: #CD766A;
}
.TagClassName
{
border-color: #CD766A;
}
</style>