Shades of Cabaret #D26077
Tints of Cabaret #D26077
RGB
CMYK
RGB Variations
Color information
#D26077 (or 0xD26077) is known color: Cabaret. HEX triplet: D2, 60 and 77. RGB value is (210,96,119). Sum of RGB (Red+Green+Blue) = 210+96+119=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D26077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26077 is #2D9F88. Grayscale: #848484. Windows color (decimal): -2989961 or 7823570. OLE color: 7823570.
HSL color Cylindrical-coordinate representation of color #D26077: hue angle of 347.89º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26077 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 119 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.18 |
| HSL | 347.89º | 0.56% | 0.6% | - |
| HSV(B) | 347.89º | 0.54% | 0.82% | - |
| XYZ | 34.09 | 23.4 | 20.17 | - |
| YUV | 132.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 119 | 0 | 0.54 | 0.43 | 0.18 | 347.89 | 0.56 | 0.6 |
| Hex | D2 | 60 | 77 | 0 | 36 | 2B | 12 | 15C | 38 | 3C |
| Octal | 322 | 140 | 167 | 0 | 66 | 53 | 22 | 534 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1110111 | 0 | 110110 | 101011 | 10010 | 101011100 | 111000 | 111100 |
Color Harmonies of #D26077
Complementary color
Monochromatic Colors of #D26077
Black with #D26077
Text Example
Text Example
White with #D26077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26077; }
p { color: rgb(210,96,119); }
H1.HeaderClassName
{
color: #D26077;
}
.AnyTagClassName
{
color: #D26077;
}
</style>
background-color css
<style>
a { background-color: #D26077; }
a { background-color: rgb(210,96,119); }
div.DivClassName
{
background-color: #D26077;
}
.BgClassName
{
background-color: #D26077;
}
</style>
border-color css
<style>
span { border-color: #D26077; }
span { border-color: rgb(210,96,119); }
td.TdClassName
{
border-color: #D26077;
}
.TagClassName
{
border-color: #D26077;
}
</style>