Shades of Contessa #CD7574
Tints of Contessa #CD7574
RGB
CMYK
RGB Variations
Color information
#CD7574 (or 0xCD7574) is known color: Contessa. HEX triplet: CD, 75 and 74. RGB value is (205,117,116). Sum of RGB (Red+Green+Blue) = 205+117+116=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7574 is #328A8B. Grayscale: #8F8F8F. Windows color (decimal): -3312268 or 7632333. OLE color: 7632333.
HSL color Cylindrical-coordinate representation of color #CD7574: hue angle of 0.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7574 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 116 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.20 |
| HSL | 0.67º | 0.47% | 0.63% | - |
| HSV(B) | 0.67º | 0.43% | 0.8% | - |
| XYZ | 34.69 | 26.96 | 19.9 | - |
| YUV | 143.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 116 | 0 | 0.43 | 0.43 | 0.20 | 0.67 | 0.47 | 0.63 |
| Hex | CD | 75 | 74 | 0 | 2B | 2B | 14 | 1 | 2F | 3F |
| Octal | 315 | 165 | 164 | 0 | 53 | 53 | 24 | 1 | 57 | 77 |
| Binary | 11001101 | 1110101 | 1110100 | 0 | 101011 | 101011 | 10100 | 1 | 101111 | 111111 |
Color Harmonies of #CD7574
Complementary color
Monochromatic Colors of #CD7574
Black with #CD7574
Text Example
Text Example
White with #CD7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7574; }
p { color: rgb(205,117,116); }
H1.HeaderClassName
{
color: #CD7574;
}
.AnyTagClassName
{
color: #CD7574;
}
</style>
background-color css
<style>
a { background-color: #CD7574; }
a { background-color: rgb(205,117,116); }
div.DivClassName
{
background-color: #CD7574;
}
.BgClassName
{
background-color: #CD7574;
}
</style>
border-color css
<style>
span { border-color: #CD7574; }
span { border-color: rgb(205,117,116); }
td.TdClassName
{
border-color: #CD7574;
}
.TagClassName
{
border-color: #CD7574;
}
</style>