Shades of Cabaret #D26078
Tints of Cabaret #D26078
RGB
CMYK
RGB Variations
Color information
#D26078 (or 0xD26078) is known color: Cabaret. HEX triplet: D2, 60 and 78. RGB value is (210,96,120). Sum of RGB (Red+Green+Blue) = 210+96+120=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D26078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26078 is #2D9F87. Grayscale: #848484. Windows color (decimal): -2989960 or 7889106. OLE color: 7889106.
HSL color Cylindrical-coordinate representation of color #D26078: hue angle of 347.37º 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 #D26078 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 120 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.18 |
| HSL | 347.37º | 0.56% | 0.6% | - |
| HSV(B) | 347.37º | 0.54% | 0.82% | - |
| XYZ | 34.15 | 23.42 | 20.49 | - |
| YUV | 132.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 120 | 0 | 0.54 | 0.43 | 0.18 | 347.37 | 0.56 | 0.6 |
| Hex | D2 | 60 | 78 | 0 | 36 | 2B | 12 | 15B | 38 | 3C |
| Octal | 322 | 140 | 170 | 0 | 66 | 53 | 22 | 533 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1111000 | 0 | 110110 | 101011 | 10010 | 101011011 | 111000 | 111100 |
Color Harmonies of #D26078
Complementary color
Monochromatic Colors of #D26078
Black with #D26078
Text Example
Text Example
White with #D26078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26078; }
p { color: rgb(210,96,120); }
H1.HeaderClassName
{
color: #D26078;
}
.AnyTagClassName
{
color: #D26078;
}
</style>
background-color css
<style>
a { background-color: #D26078; }
a { background-color: rgb(210,96,120); }
div.DivClassName
{
background-color: #D26078;
}
.BgClassName
{
background-color: #D26078;
}
</style>
border-color css
<style>
span { border-color: #D26078; }
span { border-color: rgb(210,96,120); }
td.TdClassName
{
border-color: #D26078;
}
.TagClassName
{
border-color: #D26078;
}
</style>