Shades of Cabaret #D26375
Tints of Cabaret #D26375
RGB
CMYK
RGB Variations
Color information
#D26375 (or 0xD26375) is known color: Cabaret. HEX triplet: D2, 63 and 75. RGB value is (210,99,117). Sum of RGB (Red+Green+Blue) = 210+99+117=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D26375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26375 is #2D9C8A. Grayscale: #868686. Windows color (decimal): -2989195 or 7693266. OLE color: 7693266.
HSL color Cylindrical-coordinate representation of color #D26375: hue angle of 350.27º 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 #D26375 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 117 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.18 |
| HSL | 350.27º | 0.55% | 0.61% | - |
| HSV(B) | 350.27º | 0.53% | 0.82% | - |
| XYZ | 34.25 | 23.91 | 19.64 | - |
| YUV | 134.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 117 | 0 | 0.53 | 0.44 | 0.18 | 350.27 | 0.55 | 0.61 |
| Hex | D2 | 63 | 75 | 0 | 35 | 2C | 12 | 15E | 37 | 3D |
| Octal | 322 | 143 | 165 | 0 | 65 | 54 | 22 | 536 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1110101 | 0 | 110101 | 101100 | 10010 | 101011110 | 110111 | 111101 |
Color Harmonies of #D26375
Complementary color
Monochromatic Colors of #D26375
Black with #D26375
Text Example
Text Example
White with #D26375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26375; }
p { color: rgb(210,99,117); }
H1.HeaderClassName
{
color: #D26375;
}
.AnyTagClassName
{
color: #D26375;
}
</style>
background-color css
<style>
a { background-color: #D26375; }
a { background-color: rgb(210,99,117); }
div.DivClassName
{
background-color: #D26375;
}
.BgClassName
{
background-color: #D26375;
}
</style>
border-color css
<style>
span { border-color: #D26375; }
span { border-color: rgb(210,99,117); }
td.TdClassName
{
border-color: #D26375;
}
.TagClassName
{
border-color: #D26375;
}
</style>