Shades of Cabaret #D3606F
Tints of Cabaret #D3606F
RGB
CMYK
RGB Variations
Color information
#D3606F (or 0xD3606F) is known color: Cabaret. HEX triplet: D3, 60 and 6F. RGB value is (211,96,111). Sum of RGB (Red+Green+Blue) = 211+96+111=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3606F is #2C9F90. Grayscale: #848484. Windows color (decimal): -2924433 or 7299283. OLE color: 7299283.
HSL color Cylindrical-coordinate representation of color #D3606F: hue angle of 352.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3606F is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 111 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.17 |
| HSL | 352.17º | 0.57% | 0.6% | - |
| HSV(B) | 352.17º | 0.55% | 0.83% | - |
| XYZ | 33.92 | 23.36 | 17.76 | - |
| YUV | 132.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 111 | 0 | 0.55 | 0.47 | 0.17 | 352.17 | 0.57 | 0.6 |
| Hex | D3 | 60 | 6F | 0 | 37 | 2F | 11 | 160 | 39 | 3C |
| Octal | 323 | 140 | 157 | 0 | 67 | 57 | 21 | 540 | 71 | 74 |
| Binary | 11010011 | 1100000 | 1101111 | 0 | 110111 | 101111 | 10001 | 101100000 | 111001 | 111100 |
Color Harmonies of #D3606F
Complementary color
Monochromatic Colors of #D3606F
Black with #D3606F
Text Example
Text Example
White with #D3606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3606F; }
p { color: rgb(211,96,111); }
H1.HeaderClassName
{
color: #D3606F;
}
.AnyTagClassName
{
color: #D3606F;
}
</style>
background-color css
<style>
a { background-color: #D3606F; }
a { background-color: rgb(211,96,111); }
div.DivClassName
{
background-color: #D3606F;
}
.BgClassName
{
background-color: #D3606F;
}
</style>
border-color css
<style>
span { border-color: #D3606F; }
span { border-color: rgb(211,96,111); }
td.TdClassName
{
border-color: #D3606F;
}
.TagClassName
{
border-color: #D3606F;
}
</style>