Shades of Cabaret #D6606B
Tints of Cabaret #D6606B
RGB
CMYK
RGB Variations
Color information
#D6606B (or 0xD6606B) is known color: Cabaret. HEX triplet: D6, 60 and 6B. RGB value is (214,96,107). Sum of RGB (Red+Green+Blue) = 214+96+107=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6606B is #299F94. Grayscale: #848484. Windows color (decimal): -2727829 or 7037142. OLE color: 7037142.
HSL color Cylindrical-coordinate representation of color #D6606B: hue angle of 354.41º 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 #D6606B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 107 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.16 |
| HSL | 354.41º | 0.59% | 0.61% | - |
| HSV(B) | 354.41º | 0.55% | 0.84% | - |
| XYZ | 34.57 | 23.72 | 16.67 | - |
| YUV | 132.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 107 | 0 | 0.55 | 0.50 | 0.16 | 354.41 | 0.59 | 0.61 |
| Hex | D6 | 60 | 6B | 0 | 37 | 32 | 10 | 162 | 3B | 3D |
| Octal | 326 | 140 | 153 | 0 | 67 | 62 | 20 | 542 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1101011 | 0 | 110111 | 110010 | 10000 | 101100010 | 111011 | 111101 |
Color Harmonies of #D6606B
Complementary color
Monochromatic Colors of #D6606B
Black with #D6606B
Text Example
Text Example
White with #D6606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6606B; }
p { color: rgb(214,96,107); }
H1.HeaderClassName
{
color: #D6606B;
}
.AnyTagClassName
{
color: #D6606B;
}
</style>
background-color css
<style>
a { background-color: #D6606B; }
a { background-color: rgb(214,96,107); }
div.DivClassName
{
background-color: #D6606B;
}
.BgClassName
{
background-color: #D6606B;
}
</style>
border-color css
<style>
span { border-color: #D6606B; }
span { border-color: rgb(214,96,107); }
td.TdClassName
{
border-color: #D6606B;
}
.TagClassName
{
border-color: #D6606B;
}
</style>