Shades of Contessa #CD726D
Tints of Contessa #CD726D
RGB
CMYK
RGB Variations
Color information
#CD726D (or 0xCD726D) is known color: Contessa. HEX triplet: CD, 72 and 6D. RGB value is (205,114,109). Sum of RGB (Red+Green+Blue) = 205+114+109=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD726D is #328D92. Grayscale: #8C8C8C. Windows color (decimal): -3313043 or 7172813. OLE color: 7172813.
HSL color Cylindrical-coordinate representation of color #CD726D: hue angle of 3.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD726D is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 114 | 109 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.20 |
| HSL | 3.13º | 0.49% | 0.62% | - |
| HSV(B) | 3.13º | 0.47% | 0.8% | - |
| XYZ | 33.95 | 26.12 | 17.72 | - |
| YUV | 140.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 114 | 109 | 0 | 0.44 | 0.47 | 0.20 | 3.13 | 0.49 | 0.62 |
| Hex | CD | 72 | 6D | 0 | 2C | 2F | 14 | 3 | 31 | 3E |
| Octal | 315 | 162 | 155 | 0 | 54 | 57 | 24 | 3 | 61 | 76 |
| Binary | 11001101 | 1110010 | 1101101 | 0 | 101100 | 101111 | 10100 | 11 | 110001 | 111110 |
Color Harmonies of #CD726D
Complementary color
Monochromatic Colors of #CD726D
Black with #CD726D
Text Example
Text Example
White with #CD726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD726D; }
p { color: rgb(205,114,109); }
H1.HeaderClassName
{
color: #CD726D;
}
.AnyTagClassName
{
color: #CD726D;
}
</style>
background-color css
<style>
a { background-color: #CD726D; }
a { background-color: rgb(205,114,109); }
div.DivClassName
{
background-color: #CD726D;
}
.BgClassName
{
background-color: #CD726D;
}
</style>
border-color css
<style>
span { border-color: #CD726D; }
span { border-color: rgb(205,114,109); }
td.TdClassName
{
border-color: #CD726D;
}
.TagClassName
{
border-color: #CD726D;
}
</style>