Shades of Contessa #D26B6A
Tints of Contessa #D26B6A
RGB
CMYK
RGB Variations
Color information
#D26B6A (or 0xD26B6A) is known color: Contessa. HEX triplet: D2, 6B and 6A. RGB value is (210,107,106). Sum of RGB (Red+Green+Blue) = 210+107+106=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26B6A is #2D9495. Grayscale: #898989. Windows color (decimal): -2987158 or 6974418. OLE color: 6974418.
HSL color Cylindrical-coordinate representation of color #D26B6A: hue angle of 0.58º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26B6A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 106 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.18 |
| HSL | 0.58º | 0.54% | 0.62% | - |
| HSV(B) | 0.58º | 0.5% | 0.82% | - |
| XYZ | 34.44 | 25.26 | 16.7 | - |
| YUV | 137.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 106 | 0 | 0.49 | 0.50 | 0.18 | 0.58 | 0.54 | 0.62 |
| Hex | D2 | 6B | 6A | 0 | 31 | 32 | 12 | 1 | 36 | 3E |
| Octal | 322 | 153 | 152 | 0 | 61 | 62 | 22 | 1 | 66 | 76 |
| Binary | 11010010 | 1101011 | 1101010 | 0 | 110001 | 110010 | 10010 | 1 | 110110 | 111110 |
Color Harmonies of #D26B6A
Complementary color
Monochromatic Colors of #D26B6A
Black with #D26B6A
Text Example
Text Example
White with #D26B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B6A; }
p { color: rgb(210,107,106); }
H1.HeaderClassName
{
color: #D26B6A;
}
.AnyTagClassName
{
color: #D26B6A;
}
</style>
background-color css
<style>
a { background-color: #D26B6A; }
a { background-color: rgb(210,107,106); }
div.DivClassName
{
background-color: #D26B6A;
}
.BgClassName
{
background-color: #D26B6A;
}
</style>
border-color css
<style>
span { border-color: #D26B6A; }
span { border-color: rgb(210,107,106); }
td.TdClassName
{
border-color: #D26B6A;
}
.TagClassName
{
border-color: #D26B6A;
}
</style>