Shades of Cabaret #D26075
Tints of Cabaret #D26075
RGB
CMYK
RGB Variations
Color information
#D26075 (or 0xD26075) is known color: Cabaret. HEX triplet: D2, 60 and 75. RGB value is (210,96,117). Sum of RGB (Red+Green+Blue) = 210+96+117=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D26075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26075 is #2D9F8A. Grayscale: #848484. Windows color (decimal): -2989963 or 7692498. OLE color: 7692498.
HSL color Cylindrical-coordinate representation of color #D26075: hue angle of 348.95º 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 #D26075 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 117 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.18 |
| HSL | 348.95º | 0.56% | 0.6% | - |
| HSV(B) | 348.95º | 0.54% | 0.82% | - |
| XYZ | 33.97 | 23.35 | 19.55 | - |
| YUV | 132.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 117 | 0 | 0.54 | 0.44 | 0.18 | 348.95 | 0.56 | 0.6 |
| Hex | D2 | 60 | 75 | 0 | 36 | 2C | 12 | 15D | 38 | 3C |
| Octal | 322 | 140 | 165 | 0 | 66 | 54 | 22 | 535 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1110101 | 0 | 110110 | 101100 | 10010 | 101011101 | 111000 | 111100 |
Color Harmonies of #D26075
Complementary color
Monochromatic Colors of #D26075
Black with #D26075
Text Example
Text Example
White with #D26075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26075; }
p { color: rgb(210,96,117); }
H1.HeaderClassName
{
color: #D26075;
}
.AnyTagClassName
{
color: #D26075;
}
</style>
background-color css
<style>
a { background-color: #D26075; }
a { background-color: rgb(210,96,117); }
div.DivClassName
{
background-color: #D26075;
}
.BgClassName
{
background-color: #D26075;
}
</style>
border-color css
<style>
span { border-color: #D26075; }
span { border-color: rgb(210,96,117); }
td.TdClassName
{
border-color: #D26075;
}
.TagClassName
{
border-color: #D26075;
}
</style>