Shades of Cabaret #D0466C
Tints of Cabaret #D0466C
RGB
CMYK
RGB Variations
Color information
#D0466C (or 0xD0466C) is known color: Cabaret. HEX triplet: D0, 46 and 6C. RGB value is (208,70,108). Sum of RGB (Red+Green+Blue) = 208+70+108=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0466C is #2FB993. Grayscale: #737373. Windows color (decimal): -3127700 or 7096016. OLE color: 7096016.
HSL color Cylindrical-coordinate representation of color #D0466C: hue angle of 343.48º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0466C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 108 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.18 |
| HSL | 343.48º | 0.59% | 0.55% | - |
| HSV(B) | 343.48º | 0.66% | 0.82% | - |
| XYZ | 30.91 | 18.87 | 16.2 | - |
| YUV | 115.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 108 | 0 | 0.66 | 0.48 | 0.18 | 343.48 | 0.59 | 0.55 |
| Hex | D0 | 46 | 6C | 0 | 42 | 30 | 12 | 157 | 3B | 37 |
| Octal | 320 | 106 | 154 | 0 | 102 | 60 | 22 | 527 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1101100 | 0 | 1000010 | 110000 | 10010 | 101010111 | 111011 | 110111 |
Color Harmonies of #D0466C
Complementary color
Monochromatic Colors of #D0466C
Black with #D0466C
Text Example
Text Example
White with #D0466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0466C; }
p { color: rgb(208,70,108); }
H1.HeaderClassName
{
color: #D0466C;
}
.AnyTagClassName
{
color: #D0466C;
}
</style>
background-color css
<style>
a { background-color: #D0466C; }
a { background-color: rgb(208,70,108); }
div.DivClassName
{
background-color: #D0466C;
}
.BgClassName
{
background-color: #D0466C;
}
</style>
border-color css
<style>
span { border-color: #D0466C; }
span { border-color: rgb(208,70,108); }
td.TdClassName
{
border-color: #D0466C;
}
.TagClassName
{
border-color: #D0466C;
}
</style>