Shades of Contessa #D06C6B
Tints of Contessa #D06C6B
RGB
CMYK
RGB Variations
Color information
#D06C6B (or 0xD06C6B) is known color: Contessa. HEX triplet: D0, 6C and 6B. RGB value is (208,108,107). Sum of RGB (Red+Green+Blue) = 208+108+107=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C6B is #2F9394. Grayscale: #898989. Windows color (decimal): -3117973 or 7040208. OLE color: 7040208.
HSL color Cylindrical-coordinate representation of color #D06C6B: hue angle of 0.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06C6B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 107 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.18 |
| HSL | 0.59º | 0.52% | 0.62% | - |
| HSV(B) | 0.59º | 0.49% | 0.82% | - |
| XYZ | 34.03 | 25.2 | 16.98 | - |
| YUV | 137.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 107 | 0 | 0.48 | 0.49 | 0.18 | 0.59 | 0.52 | 0.62 |
| Hex | D0 | 6C | 6B | 0 | 30 | 31 | 12 | 1 | 34 | 3E |
| Octal | 320 | 154 | 153 | 0 | 60 | 61 | 22 | 1 | 64 | 76 |
| Binary | 11010000 | 1101100 | 1101011 | 0 | 110000 | 110001 | 10010 | 1 | 110100 | 111110 |
Color Harmonies of #D06C6B
Complementary color
Monochromatic Colors of #D06C6B
Black with #D06C6B
Text Example
Text Example
White with #D06C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C6B; }
p { color: rgb(208,108,107); }
H1.HeaderClassName
{
color: #D06C6B;
}
.AnyTagClassName
{
color: #D06C6B;
}
</style>
background-color css
<style>
a { background-color: #D06C6B; }
a { background-color: rgb(208,108,107); }
div.DivClassName
{
background-color: #D06C6B;
}
.BgClassName
{
background-color: #D06C6B;
}
</style>
border-color css
<style>
span { border-color: #D06C6B; }
span { border-color: rgb(208,108,107); }
td.TdClassName
{
border-color: #D06C6B;
}
.TagClassName
{
border-color: #D06C6B;
}
</style>