Shades of Cabaret #D05D69
Tints of Cabaret #D05D69
RGB
CMYK
RGB Variations
Color information
#D05D69 (or 0xD05D69) is known color: Cabaret. HEX triplet: D0, 5D and 69. RGB value is (208,93,105). Sum of RGB (Red+Green+Blue) = 208+93+105=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D69 is #2FA296. Grayscale: #808080. Windows color (decimal): -3121815 or 6905296. OLE color: 6905296.
HSL color Cylindrical-coordinate representation of color #D05D69: hue angle of 353.74º 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 #D05D69 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 105 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.18 |
| HSL | 353.74º | 0.55% | 0.59% | - |
| HSV(B) | 353.74º | 0.55% | 0.82% | - |
| XYZ | 32.48 | 22.26 | 15.95 | - |
| YUV | 128.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 105 | 0 | 0.55 | 0.50 | 0.18 | 353.74 | 0.55 | 0.59 |
| Hex | D0 | 5D | 69 | 0 | 37 | 32 | 12 | 162 | 37 | 3B |
| Octal | 320 | 135 | 151 | 0 | 67 | 62 | 22 | 542 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1101001 | 0 | 110111 | 110010 | 10010 | 101100010 | 110111 | 111011 |
Color Harmonies of #D05D69
Complementary color
Monochromatic Colors of #D05D69
Black with #D05D69
Text Example
Text Example
White with #D05D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D69; }
p { color: rgb(208,93,105); }
H1.HeaderClassName
{
color: #D05D69;
}
.AnyTagClassName
{
color: #D05D69;
}
</style>
background-color css
<style>
a { background-color: #D05D69; }
a { background-color: rgb(208,93,105); }
div.DivClassName
{
background-color: #D05D69;
}
.BgClassName
{
background-color: #D05D69;
}
</style>
border-color css
<style>
span { border-color: #D05D69; }
span { border-color: rgb(208,93,105); }
td.TdClassName
{
border-color: #D05D69;
}
.TagClassName
{
border-color: #D05D69;
}
</style>