Shades of Cabaret #D2606D
Tints of Cabaret #D2606D
RGB
CMYK
RGB Variations
Color information
#D2606D (or 0xD2606D) is known color: Cabaret. HEX triplet: D2, 60 and 6D. RGB value is (210,96,109). Sum of RGB (Red+Green+Blue) = 210+96+109=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2606D is #2D9F92. Grayscale: #838383. Windows color (decimal): -2989971 or 7168210. OLE color: 7168210.
HSL color Cylindrical-coordinate representation of color #D2606D: hue angle of 353.16º 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 #D2606D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 109 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.18 |
| HSL | 353.16º | 0.56% | 0.6% | - |
| HSV(B) | 353.16º | 0.54% | 0.82% | - |
| XYZ | 33.52 | 23.17 | 17.17 | - |
| YUV | 131.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 109 | 0 | 0.54 | 0.48 | 0.18 | 353.16 | 0.56 | 0.6 |
| Hex | D2 | 60 | 6D | 0 | 36 | 30 | 12 | 161 | 38 | 3C |
| Octal | 322 | 140 | 155 | 0 | 66 | 60 | 22 | 541 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1101101 | 0 | 110110 | 110000 | 10010 | 101100001 | 111000 | 111100 |
Color Harmonies of #D2606D
Complementary color
Monochromatic Colors of #D2606D
Black with #D2606D
Text Example
Text Example
White with #D2606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2606D; }
p { color: rgb(210,96,109); }
H1.HeaderClassName
{
color: #D2606D;
}
.AnyTagClassName
{
color: #D2606D;
}
</style>
background-color css
<style>
a { background-color: #D2606D; }
a { background-color: rgb(210,96,109); }
div.DivClassName
{
background-color: #D2606D;
}
.BgClassName
{
background-color: #D2606D;
}
</style>
border-color css
<style>
span { border-color: #D2606D; }
span { border-color: rgb(210,96,109); }
td.TdClassName
{
border-color: #D2606D;
}
.TagClassName
{
border-color: #D2606D;
}
</style>