Shades of Cabaret #D06375
Tints of Cabaret #D06375
RGB
CMYK
RGB Variations
Color information
#D06375 (or 0xD06375) is known color: Cabaret. HEX triplet: D0, 63 and 75. RGB value is (208,99,117). Sum of RGB (Red+Green+Blue) = 208+99+117=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D06375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06375 is #2F9C8A. Grayscale: #858585. Windows color (decimal): -3120267 or 7693264. OLE color: 7693264.
HSL color Cylindrical-coordinate representation of color #D06375: hue angle of 350.09º degrees, saturation: 0.54, 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 #D06375 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 117 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.18 |
| HSL | 350.09º | 0.54% | 0.6% | - |
| HSV(B) | 350.09º | 0.52% | 0.82% | - |
| XYZ | 33.69 | 23.62 | 19.61 | - |
| YUV | 133.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 117 | 0 | 0.52 | 0.44 | 0.18 | 350.09 | 0.54 | 0.6 |
| Hex | D0 | 63 | 75 | 0 | 34 | 2C | 12 | 15E | 36 | 3C |
| Octal | 320 | 143 | 165 | 0 | 64 | 54 | 22 | 536 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1110101 | 0 | 110100 | 101100 | 10010 | 101011110 | 110110 | 111100 |
Color Harmonies of #D06375
Complementary color
Monochromatic Colors of #D06375
Black with #D06375
Text Example
Text Example
White with #D06375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06375; }
p { color: rgb(208,99,117); }
H1.HeaderClassName
{
color: #D06375;
}
.AnyTagClassName
{
color: #D06375;
}
</style>
background-color css
<style>
a { background-color: #D06375; }
a { background-color: rgb(208,99,117); }
div.DivClassName
{
background-color: #D06375;
}
.BgClassName
{
background-color: #D06375;
}
</style>
border-color css
<style>
span { border-color: #D06375; }
span { border-color: rgb(208,99,117); }
td.TdClassName
{
border-color: #D06375;
}
.TagClassName
{
border-color: #D06375;
}
</style>