Shades of Contessa #CD7A6C
Tints of Contessa #CD7A6C
RGB
CMYK
RGB Variations
Color information
#CD7A6C (or 0xCD7A6C) is known color: Contessa. HEX triplet: CD, 7A and 6C. RGB value is (205,122,108). Sum of RGB (Red+Green+Blue) = 205+122+108=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A6C is #328593. Grayscale: #919191. Windows color (decimal): -3310996 or 7109325. OLE color: 7109325.
HSL color Cylindrical-coordinate representation of color #CD7A6C: hue angle of 8.66º 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 #CD7A6C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 108 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.20 |
| HSL | 8.66º | 0.49% | 0.61% | - |
| HSV(B) | 8.66º | 0.47% | 0.8% | - |
| XYZ | 34.84 | 27.98 | 17.75 | - |
| YUV | 145.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 108 | 0 | 0.40 | 0.47 | 0.20 | 8.66 | 0.49 | 0.61 |
| Hex | CD | 7A | 6C | 0 | 28 | 2F | 14 | 9 | 31 | 3D |
| Octal | 315 | 172 | 154 | 0 | 50 | 57 | 24 | 11 | 61 | 75 |
| Binary | 11001101 | 1111010 | 1101100 | 0 | 101000 | 101111 | 10100 | 1001 | 110001 | 111101 |
Color Harmonies of #CD7A6C
Complementary color
Monochromatic Colors of #CD7A6C
Black with #CD7A6C
Text Example
Text Example
White with #CD7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A6C; }
p { color: rgb(205,122,108); }
H1.HeaderClassName
{
color: #CD7A6C;
}
.AnyTagClassName
{
color: #CD7A6C;
}
</style>
background-color css
<style>
a { background-color: #CD7A6C; }
a { background-color: rgb(205,122,108); }
div.DivClassName
{
background-color: #CD7A6C;
}
.BgClassName
{
background-color: #CD7A6C;
}
</style>
border-color css
<style>
span { border-color: #CD7A6C; }
span { border-color: rgb(205,122,108); }
td.TdClassName
{
border-color: #CD7A6C;
}
.TagClassName
{
border-color: #CD7A6C;
}
</style>