Shades of Cabaret #D26376
Tints of Cabaret #D26376
RGB
CMYK
RGB Variations
Color information
#D26376 (or 0xD26376) is known color: Cabaret. HEX triplet: D2, 63 and 76. RGB value is (210,99,118). Sum of RGB (Red+Green+Blue) = 210+99+118=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D26376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26376 is #2D9C89. Grayscale: #868686. Windows color (decimal): -2989194 or 7758802. OLE color: 7758802.
HSL color Cylindrical-coordinate representation of color #D26376: hue angle of 349.73º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26376 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 118 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.18 |
| HSL | 349.73º | 0.55% | 0.61% | - |
| HSV(B) | 349.73º | 0.53% | 0.82% | - |
| XYZ | 34.31 | 23.93 | 19.95 | - |
| YUV | 134.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 118 | 0 | 0.53 | 0.44 | 0.18 | 349.73 | 0.55 | 0.61 |
| Hex | D2 | 63 | 76 | 0 | 35 | 2C | 12 | 15E | 37 | 3D |
| Octal | 322 | 143 | 166 | 0 | 65 | 54 | 22 | 536 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1110110 | 0 | 110101 | 101100 | 10010 | 101011110 | 110111 | 111101 |
Color Harmonies of #D26376
Complementary color
Monochromatic Colors of #D26376
Black with #D26376
Text Example
Text Example
White with #D26376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26376; }
p { color: rgb(210,99,118); }
H1.HeaderClassName
{
color: #D26376;
}
.AnyTagClassName
{
color: #D26376;
}
</style>
background-color css
<style>
a { background-color: #D26376; }
a { background-color: rgb(210,99,118); }
div.DivClassName
{
background-color: #D26376;
}
.BgClassName
{
background-color: #D26376;
}
</style>
border-color css
<style>
span { border-color: #D26376; }
span { border-color: rgb(210,99,118); }
td.TdClassName
{
border-color: #D26376;
}
.TagClassName
{
border-color: #D26376;
}
</style>