Shades of Cabaret #D06175
Tints of Cabaret #D06175
RGB
CMYK
RGB Variations
Color information
#D06175 (or 0xD06175) is known color: Cabaret. HEX triplet: D0, 61 and 75. RGB value is (208,97,117). Sum of RGB (Red+Green+Blue) = 208+97+117=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D06175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06175 is #2F9E8A. Grayscale: #848484. Windows color (decimal): -3120779 or 7692752. OLE color: 7692752.
HSL color Cylindrical-coordinate representation of color #D06175: hue angle of 349.19º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06175 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 117 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.18 |
| HSL | 349.19º | 0.54% | 0.6% | - |
| HSV(B) | 349.19º | 0.53% | 0.82% | - |
| XYZ | 33.5 | 23.24 | 19.55 | - |
| YUV | 132.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 117 | 0 | 0.53 | 0.44 | 0.18 | 349.19 | 0.54 | 0.6 |
| Hex | D0 | 61 | 75 | 0 | 35 | 2C | 12 | 15D | 36 | 3C |
| Octal | 320 | 141 | 165 | 0 | 65 | 54 | 22 | 535 | 66 | 74 |
| Binary | 11010000 | 1100001 | 1110101 | 0 | 110101 | 101100 | 10010 | 101011101 | 110110 | 111100 |
Color Harmonies of #D06175
Complementary color
Monochromatic Colors of #D06175
Black with #D06175
Text Example
Text Example
White with #D06175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06175; }
p { color: rgb(208,97,117); }
H1.HeaderClassName
{
color: #D06175;
}
.AnyTagClassName
{
color: #D06175;
}
</style>
background-color css
<style>
a { background-color: #D06175; }
a { background-color: rgb(208,97,117); }
div.DivClassName
{
background-color: #D06175;
}
.BgClassName
{
background-color: #D06175;
}
</style>
border-color css
<style>
span { border-color: #D06175; }
span { border-color: rgb(208,97,117); }
td.TdClassName
{
border-color: #D06175;
}
.TagClassName
{
border-color: #D06175;
}
</style>