Shades of Cabaret #D06475
Tints of Cabaret #D06475
RGB
CMYK
RGB Variations
Color information
#D06475 (or 0xD06475) is known color: Cabaret. HEX triplet: D0, 64 and 75. RGB value is (208,100,117). Sum of RGB (Red+Green+Blue) = 208+100+117=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06475 is #2F9B8A. Grayscale: #868686. Windows color (decimal): -3120011 or 7693520. OLE color: 7693520.
HSL color Cylindrical-coordinate representation of color #D06475: hue angle of 350.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06475 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 117 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.18 |
| HSL | 350.56º | 0.53% | 0.6% | - |
| HSV(B) | 350.56º | 0.52% | 0.82% | - |
| XYZ | 33.78 | 23.81 | 19.64 | - |
| YUV | 134.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 117 | 0 | 0.52 | 0.44 | 0.18 | 350.56 | 0.53 | 0.6 |
| Hex | D0 | 64 | 75 | 0 | 34 | 2C | 12 | 15F | 35 | 3C |
| Octal | 320 | 144 | 165 | 0 | 64 | 54 | 22 | 537 | 65 | 74 |
| Binary | 11010000 | 1100100 | 1110101 | 0 | 110100 | 101100 | 10010 | 101011111 | 110101 | 111100 |
Color Harmonies of #D06475
Complementary color
Monochromatic Colors of #D06475
Black with #D06475
Text Example
Text Example
White with #D06475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06475; }
p { color: rgb(208,100,117); }
H1.HeaderClassName
{
color: #D06475;
}
.AnyTagClassName
{
color: #D06475;
}
</style>
background-color css
<style>
a { background-color: #D06475; }
a { background-color: rgb(208,100,117); }
div.DivClassName
{
background-color: #D06475;
}
.BgClassName
{
background-color: #D06475;
}
</style>
border-color css
<style>
span { border-color: #D06475; }
span { border-color: rgb(208,100,117); }
td.TdClassName
{
border-color: #D06475;
}
.TagClassName
{
border-color: #D06475;
}
</style>