Shades of Cabaret #D05D68
Tints of Cabaret #D05D68
RGB
CMYK
RGB Variations
Color information
#D05D68 (or 0xD05D68) is known color: Cabaret. HEX triplet: D0, 5D and 68. RGB value is (208,93,104). Sum of RGB (Red+Green+Blue) = 208+93+104=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D68 is #2FA297. Grayscale: #808080. Windows color (decimal): -3121816 or 6839760. OLE color: 6839760.
HSL color Cylindrical-coordinate representation of color #D05D68: hue angle of 354.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D68 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 104 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.18 |
| HSL | 354.26º | 0.55% | 0.59% | - |
| HSV(B) | 354.26º | 0.55% | 0.82% | - |
| XYZ | 32.43 | 22.24 | 15.68 | - |
| YUV | 128.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 104 | 0 | 0.55 | 0.5 | 0.18 | 354.26 | 0.55 | 0.59 |
| Hex | D0 | 5D | 68 | 0 | 37 | 32 | 12 | 162 | 37 | 3B |
| Octal | 320 | 135 | 150 | 0 | 67 | 62 | 22 | 542 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1101000 | 0 | 110111 | 110010 | 10010 | 101100010 | 110111 | 111011 |
Color Harmonies of #D05D68
Complementary color
Monochromatic Colors of #D05D68
Black with #D05D68
Text Example
Text Example
White with #D05D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D68; }
p { color: rgb(208,93,104); }
H1.HeaderClassName
{
color: #D05D68;
}
.AnyTagClassName
{
color: #D05D68;
}
</style>
background-color css
<style>
a { background-color: #D05D68; }
a { background-color: rgb(208,93,104); }
div.DivClassName
{
background-color: #D05D68;
}
.BgClassName
{
background-color: #D05D68;
}
</style>
border-color css
<style>
span { border-color: #D05D68; }
span { border-color: rgb(208,93,104); }
td.TdClassName
{
border-color: #D05D68;
}
.TagClassName
{
border-color: #D05D68;
}
</style>