Shades of Cabaret #D05366
Tints of Cabaret #D05366
RGB
CMYK
RGB Variations
Color information
#D05366 (or 0xD05366) is known color: Cabaret. HEX triplet: D0, 53 and 66. RGB value is (208,83,102). Sum of RGB (Red+Green+Blue) = 208+83+102=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D05366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05366 is #2FAC99. Grayscale: #7A7A7A. Windows color (decimal): -3124378 or 6706128. OLE color: 6706128.
HSL color Cylindrical-coordinate representation of color #D05366: hue angle of 350.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05366 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 102 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.18 |
| HSL | 350.88º | 0.57% | 0.57% | - |
| HSV(B) | 350.88º | 0.6% | 0.82% | - |
| XYZ | 31.5 | 20.56 | 14.88 | - |
| YUV | 122.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 102 | 0 | 0.60 | 0.51 | 0.18 | 350.88 | 0.57 | 0.57 |
| Hex | D0 | 53 | 66 | 0 | 3C | 33 | 12 | 15F | 39 | 39 |
| Octal | 320 | 123 | 146 | 0 | 74 | 63 | 22 | 537 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1100110 | 0 | 111100 | 110011 | 10010 | 101011111 | 111001 | 111001 |
Color Harmonies of #D05366
Complementary color
Monochromatic Colors of #D05366
Black with #D05366
Text Example
Text Example
White with #D05366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05366; }
p { color: rgb(208,83,102); }
H1.HeaderClassName
{
color: #D05366;
}
.AnyTagClassName
{
color: #D05366;
}
</style>
background-color css
<style>
a { background-color: #D05366; }
a { background-color: rgb(208,83,102); }
div.DivClassName
{
background-color: #D05366;
}
.BgClassName
{
background-color: #D05366;
}
</style>
border-color css
<style>
span { border-color: #D05366; }
span { border-color: rgb(208,83,102); }
td.TdClassName
{
border-color: #D05366;
}
.TagClassName
{
border-color: #D05366;
}
</style>