Shades of Cabaret #D26175
Tints of Cabaret #D26175
RGB
CMYK
RGB Variations
Color information
#D26175 (or 0xD26175) is known color: Cabaret. HEX triplet: D2, 61 and 75. RGB value is (210,97,117). Sum of RGB (Red+Green+Blue) = 210+97+117=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D26175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26175 is #2D9E8A. Grayscale: #858585. Windows color (decimal): -2989707 or 7692754. OLE color: 7692754.
HSL color Cylindrical-coordinate representation of color #D26175: hue angle of 349.38º 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 #D26175 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 117 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.18 |
| HSL | 349.38º | 0.56% | 0.6% | - |
| HSV(B) | 349.38º | 0.54% | 0.82% | - |
| XYZ | 34.06 | 23.54 | 19.58 | - |
| YUV | 133.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 117 | 0 | 0.54 | 0.44 | 0.18 | 349.38 | 0.56 | 0.6 |
| Hex | D2 | 61 | 75 | 0 | 36 | 2C | 12 | 15D | 38 | 3C |
| Octal | 322 | 141 | 165 | 0 | 66 | 54 | 22 | 535 | 70 | 74 |
| Binary | 11010010 | 1100001 | 1110101 | 0 | 110110 | 101100 | 10010 | 101011101 | 111000 | 111100 |
Color Harmonies of #D26175
Complementary color
Monochromatic Colors of #D26175
Black with #D26175
Text Example
Text Example
White with #D26175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26175; }
p { color: rgb(210,97,117); }
H1.HeaderClassName
{
color: #D26175;
}
.AnyTagClassName
{
color: #D26175;
}
</style>
background-color css
<style>
a { background-color: #D26175; }
a { background-color: rgb(210,97,117); }
div.DivClassName
{
background-color: #D26175;
}
.BgClassName
{
background-color: #D26175;
}
</style>
border-color css
<style>
span { border-color: #D26175; }
span { border-color: rgb(210,97,117); }
td.TdClassName
{
border-color: #D26175;
}
.TagClassName
{
border-color: #D26175;
}
</style>