Shades of Cabaret #D6616B
Tints of Cabaret #D6616B
RGB
CMYK
RGB Variations
Color information
#D6616B (or 0xD6616B) is known color: Cabaret. HEX triplet: D6, 61 and 6B. RGB value is (214,97,107). Sum of RGB (Red+Green+Blue) = 214+97+107=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6616B is #299E94. Grayscale: #858585. Windows color (decimal): -2727573 or 7037398. OLE color: 7037398.
HSL color Cylindrical-coordinate representation of color #D6616B: hue angle of 354.87º 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 #D6616B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 107 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.16 |
| HSL | 354.87º | 0.59% | 0.61% | - |
| HSV(B) | 354.87º | 0.55% | 0.84% | - |
| XYZ | 34.66 | 23.91 | 16.7 | - |
| YUV | 133.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 107 | 0 | 0.55 | 0.50 | 0.16 | 354.87 | 0.59 | 0.61 |
| Hex | D6 | 61 | 6B | 0 | 37 | 32 | 10 | 163 | 3B | 3D |
| Octal | 326 | 141 | 153 | 0 | 67 | 62 | 20 | 543 | 73 | 75 |
| Binary | 11010110 | 1100001 | 1101011 | 0 | 110111 | 110010 | 10000 | 101100011 | 111011 | 111101 |
Color Harmonies of #D6616B
Complementary color
Monochromatic Colors of #D6616B
Black with #D6616B
Text Example
Text Example
White with #D6616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6616B; }
p { color: rgb(214,97,107); }
H1.HeaderClassName
{
color: #D6616B;
}
.AnyTagClassName
{
color: #D6616B;
}
</style>
background-color css
<style>
a { background-color: #D6616B; }
a { background-color: rgb(214,97,107); }
div.DivClassName
{
background-color: #D6616B;
}
.BgClassName
{
background-color: #D6616B;
}
</style>
border-color css
<style>
span { border-color: #D6616B; }
span { border-color: rgb(214,97,107); }
td.TdClassName
{
border-color: #D6616B;
}
.TagClassName
{
border-color: #D6616B;
}
</style>