Shades of Contessa #CD706B
Tints of Contessa #CD706B
RGB
CMYK
RGB Variations
Color information
#CD706B (or 0xCD706B) is known color: Contessa. HEX triplet: CD, 70 and 6B. RGB value is (205,112,107). Sum of RGB (Red+Green+Blue) = 205+112+107=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD706B is #328F94. Grayscale: #8B8B8B. Windows color (decimal): -3313557 or 7041229. OLE color: 7041229.
HSL color Cylindrical-coordinate representation of color #CD706B: hue angle of 3.06º 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 #CD706B is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 107 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.20 |
| HSL | 3.06º | 0.49% | 0.61% | - |
| HSV(B) | 3.06º | 0.48% | 0.8% | - |
| XYZ | 33.62 | 25.63 | 17.08 | - |
| YUV | 139.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 107 | 0 | 0.45 | 0.48 | 0.20 | 3.06 | 0.49 | 0.61 |
| Hex | CD | 70 | 6B | 0 | 2D | 30 | 14 | 3 | 31 | 3D |
| Octal | 315 | 160 | 153 | 0 | 55 | 60 | 24 | 3 | 61 | 75 |
| Binary | 11001101 | 1110000 | 1101011 | 0 | 101101 | 110000 | 10100 | 11 | 110001 | 111101 |
Color Harmonies of #CD706B
Complementary color
Monochromatic Colors of #CD706B
Black with #CD706B
Text Example
Text Example
White with #CD706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD706B; }
p { color: rgb(205,112,107); }
H1.HeaderClassName
{
color: #CD706B;
}
.AnyTagClassName
{
color: #CD706B;
}
</style>
background-color css
<style>
a { background-color: #CD706B; }
a { background-color: rgb(205,112,107); }
div.DivClassName
{
background-color: #CD706B;
}
.BgClassName
{
background-color: #CD706B;
}
</style>
border-color css
<style>
span { border-color: #CD706B; }
span { border-color: rgb(205,112,107); }
td.TdClassName
{
border-color: #CD706B;
}
.TagClassName
{
border-color: #CD706B;
}
</style>