Shades of Contessa #CD7466
Tints of Contessa #CD7466
RGB
CMYK
RGB Variations
Color information
#CD7466 (or 0xCD7466) is known color: Contessa. HEX triplet: CD, 74 and 66. RGB value is (205,116,102). Sum of RGB (Red+Green+Blue) = 205+116+102=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7466 is #328B99. Grayscale: #8D8D8D. Windows color (decimal): -3312538 or 6714573. OLE color: 6714573.
HSL color Cylindrical-coordinate representation of color #CD7466: hue angle of 8.16º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7466 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 102 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.20 |
| HSL | 8.16º | 0.51% | 0.6% | - |
| HSV(B) | 8.16º | 0.5% | 0.8% | - |
| XYZ | 33.82 | 26.43 | 15.89 | - |
| YUV | 141.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 102 | 0 | 0.43 | 0.50 | 0.20 | 8.16 | 0.51 | 0.6 |
| Hex | CD | 74 | 66 | 0 | 2B | 32 | 14 | 8 | 33 | 3C |
| Octal | 315 | 164 | 146 | 0 | 53 | 62 | 24 | 10 | 63 | 74 |
| Binary | 11001101 | 1110100 | 1100110 | 0 | 101011 | 110010 | 10100 | 1000 | 110011 | 111100 |
Color Harmonies of #CD7466
Complementary color
Monochromatic Colors of #CD7466
Black with #CD7466
Text Example
Text Example
White with #CD7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7466; }
p { color: rgb(205,116,102); }
H1.HeaderClassName
{
color: #CD7466;
}
.AnyTagClassName
{
color: #CD7466;
}
</style>
background-color css
<style>
a { background-color: #CD7466; }
a { background-color: rgb(205,116,102); }
div.DivClassName
{
background-color: #CD7466;
}
.BgClassName
{
background-color: #CD7466;
}
</style>
border-color css
<style>
span { border-color: #CD7466; }
span { border-color: rgb(205,116,102); }
td.TdClassName
{
border-color: #CD7466;
}
.TagClassName
{
border-color: #CD7466;
}
</style>