Shades of Contessa #CD7673
Tints of Contessa #CD7673
RGB
CMYK
RGB Variations
Color information
#CD7673 (or 0xCD7673) is known color: Contessa. HEX triplet: CD, 76 and 73. RGB value is (205,118,115). Sum of RGB (Red+Green+Blue) = 205+118+115=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7673 is #32898C. Grayscale: #8F8F8F. Windows color (decimal): -3312013 or 7567053. OLE color: 7567053.
HSL color Cylindrical-coordinate representation of color #CD7673: hue angle of 2º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7673 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 115 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.20 |
| HSL | 2º | 0.47% | 0.63% | - |
| HSV(B) | 2º | 0.44% | 0.8% | - |
| XYZ | 34.75 | 27.17 | 19.63 | - |
| YUV | 143.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 115 | 0 | 0.42 | 0.44 | 0.20 | 2 | 0.47 | 0.63 |
| Hex | CD | 76 | 73 | 0 | 2A | 2C | 14 | 2 | 2F | 3F |
| Octal | 315 | 166 | 163 | 0 | 52 | 54 | 24 | 2 | 57 | 77 |
| Binary | 11001101 | 1110110 | 1110011 | 0 | 101010 | 101100 | 10100 | 10 | 101111 | 111111 |
Color Harmonies of #CD7673
Complementary color
Monochromatic Colors of #CD7673
Black with #CD7673
Text Example
Text Example
White with #CD7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7673; }
p { color: rgb(205,118,115); }
H1.HeaderClassName
{
color: #CD7673;
}
.AnyTagClassName
{
color: #CD7673;
}
</style>
background-color css
<style>
a { background-color: #CD7673; }
a { background-color: rgb(205,118,115); }
div.DivClassName
{
background-color: #CD7673;
}
.BgClassName
{
background-color: #CD7673;
}
</style>
border-color css
<style>
span { border-color: #CD7673; }
span { border-color: rgb(205,118,115); }
td.TdClassName
{
border-color: #CD7673;
}
.TagClassName
{
border-color: #CD7673;
}
</style>