Shades of Cabaret #D6606E
Tints of Cabaret #D6606E
RGB
CMYK
RGB Variations
Color information
#D6606E (or 0xD6606E) is known color: Cabaret. HEX triplet: D6, 60 and 6E. RGB value is (214,96,110). Sum of RGB (Red+Green+Blue) = 214+96+110=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6606E is #299F91. Grayscale: #848484. Windows color (decimal): -2727826 or 7233750. OLE color: 7233750.
HSL color Cylindrical-coordinate representation of color #D6606E: hue angle of 352.88º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6606E is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 110 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.16 |
| HSL | 352.88º | 0.59% | 0.61% | - |
| HSV(B) | 352.88º | 0.55% | 0.84% | - |
| XYZ | 34.73 | 23.79 | 17.51 | - |
| YUV | 132.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 110 | 0 | 0.55 | 0.49 | 0.16 | 352.88 | 0.59 | 0.61 |
| Hex | D6 | 60 | 6E | 0 | 37 | 31 | 10 | 161 | 3B | 3D |
| Octal | 326 | 140 | 156 | 0 | 67 | 61 | 20 | 541 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1101110 | 0 | 110111 | 110001 | 10000 | 101100001 | 111011 | 111101 |
Color Harmonies of #D6606E
Complementary color
Monochromatic Colors of #D6606E
Black with #D6606E
Text Example
Text Example
White with #D6606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6606E; }
p { color: rgb(214,96,110); }
H1.HeaderClassName
{
color: #D6606E;
}
.AnyTagClassName
{
color: #D6606E;
}
</style>
background-color css
<style>
a { background-color: #D6606E; }
a { background-color: rgb(214,96,110); }
div.DivClassName
{
background-color: #D6606E;
}
.BgClassName
{
background-color: #D6606E;
}
</style>
border-color css
<style>
span { border-color: #D6606E; }
span { border-color: rgb(214,96,110); }
td.TdClassName
{
border-color: #D6606E;
}
.TagClassName
{
border-color: #D6606E;
}
</style>