Shades of Contessa #CD736B
Tints of Contessa #CD736B
RGB
CMYK
RGB Variations
Color information
#CD736B (or 0xCD736B) is known color: Contessa. HEX triplet: CD, 73 and 6B. RGB value is (205,115,107). Sum of RGB (Red+Green+Blue) = 205+115+107=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD736B is #328C94. Grayscale: #8D8D8D. Windows color (decimal): -3312789 or 7041997. OLE color: 7041997.
HSL color Cylindrical-coordinate representation of color #CD736B: hue angle of 4.9º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD736B is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 107 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.20 |
| HSL | 4.9º | 0.49% | 0.61% | - |
| HSV(B) | 4.9º | 0.48% | 0.8% | - |
| XYZ | 33.96 | 26.3 | 17.2 | - |
| YUV | 141 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 107 | 0 | 0.44 | 0.48 | 0.20 | 4.9 | 0.49 | 0.61 |
| Hex | CD | 73 | 6B | 0 | 2C | 30 | 14 | 5 | 31 | 3D |
| Octal | 315 | 163 | 153 | 0 | 54 | 60 | 24 | 5 | 61 | 75 |
| Binary | 11001101 | 1110011 | 1101011 | 0 | 101100 | 110000 | 10100 | 101 | 110001 | 111101 |
Color Harmonies of #CD736B
Complementary color
Monochromatic Colors of #CD736B
Black with #CD736B
Text Example
Text Example
White with #CD736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD736B; }
p { color: rgb(205,115,107); }
H1.HeaderClassName
{
color: #CD736B;
}
.AnyTagClassName
{
color: #CD736B;
}
</style>
background-color css
<style>
a { background-color: #CD736B; }
a { background-color: rgb(205,115,107); }
div.DivClassName
{
background-color: #CD736B;
}
.BgClassName
{
background-color: #CD736B;
}
</style>
border-color css
<style>
span { border-color: #CD736B; }
span { border-color: rgb(205,115,107); }
td.TdClassName
{
border-color: #CD736B;
}
.TagClassName
{
border-color: #CD736B;
}
</style>