Shades of Cabaret #D3616C
Tints of Cabaret #D3616C
RGB
CMYK
RGB Variations
Color information
#D3616C (or 0xD3616C) is known color: Cabaret. HEX triplet: D3, 61 and 6C. RGB value is (211,97,108). Sum of RGB (Red+Green+Blue) = 211+97+108=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3616C is #2C9E93. Grayscale: #848484. Windows color (decimal): -2924180 or 7102931. OLE color: 7102931.
HSL color Cylindrical-coordinate representation of color #D3616C: hue angle of 354.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3616C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 108 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.17 |
| HSL | 354.21º | 0.56% | 0.6% | - |
| HSV(B) | 354.21º | 0.54% | 0.83% | - |
| XYZ | 33.85 | 23.48 | 16.94 | - |
| YUV | 132.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 108 | 0 | 0.54 | 0.49 | 0.17 | 354.21 | 0.56 | 0.6 |
| Hex | D3 | 61 | 6C | 0 | 36 | 31 | 11 | 162 | 38 | 3C |
| Octal | 323 | 141 | 154 | 0 | 66 | 61 | 21 | 542 | 70 | 74 |
| Binary | 11010011 | 1100001 | 1101100 | 0 | 110110 | 110001 | 10001 | 101100010 | 111000 | 111100 |
Color Harmonies of #D3616C
Complementary color
Monochromatic Colors of #D3616C
Black with #D3616C
Text Example
Text Example
White with #D3616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3616C; }
p { color: rgb(211,97,108); }
H1.HeaderClassName
{
color: #D3616C;
}
.AnyTagClassName
{
color: #D3616C;
}
</style>
background-color css
<style>
a { background-color: #D3616C; }
a { background-color: rgb(211,97,108); }
div.DivClassName
{
background-color: #D3616C;
}
.BgClassName
{
background-color: #D3616C;
}
</style>
border-color css
<style>
span { border-color: #D3616C; }
span { border-color: rgb(211,97,108); }
td.TdClassName
{
border-color: #D3616C;
}
.TagClassName
{
border-color: #D3616C;
}
</style>