Shades of Cabaret #D06575
Tints of Cabaret #D06575
RGB
CMYK
RGB Variations
Color information
#D06575 (or 0xD06575) is known color: Cabaret. HEX triplet: D0, 65 and 75. RGB value is (208,101,117). Sum of RGB (Red+Green+Blue) = 208+101+117=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D06575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06575 is #2F9A8A. Grayscale: #868686. Windows color (decimal): -3119755 or 7693776. OLE color: 7693776.
HSL color Cylindrical-coordinate representation of color #D06575: hue angle of 351.03º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06575 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 117 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.18 |
| HSL | 351.03º | 0.53% | 0.61% | - |
| HSV(B) | 351.03º | 0.51% | 0.82% | - |
| XYZ | 33.88 | 24 | 19.68 | - |
| YUV | 134.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 117 | 0 | 0.51 | 0.44 | 0.18 | 351.03 | 0.53 | 0.61 |
| Hex | D0 | 65 | 75 | 0 | 33 | 2C | 12 | 15F | 35 | 3D |
| Octal | 320 | 145 | 165 | 0 | 63 | 54 | 22 | 537 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1110101 | 0 | 110011 | 101100 | 10010 | 101011111 | 110101 | 111101 |
Color Harmonies of #D06575
Complementary color
Monochromatic Colors of #D06575
Black with #D06575
Text Example
Text Example
White with #D06575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06575; }
p { color: rgb(208,101,117); }
H1.HeaderClassName
{
color: #D06575;
}
.AnyTagClassName
{
color: #D06575;
}
</style>
background-color css
<style>
a { background-color: #D06575; }
a { background-color: rgb(208,101,117); }
div.DivClassName
{
background-color: #D06575;
}
.BgClassName
{
background-color: #D06575;
}
</style>
border-color css
<style>
span { border-color: #D06575; }
span { border-color: rgb(208,101,117); }
td.TdClassName
{
border-color: #D06575;
}
.TagClassName
{
border-color: #D06575;
}
</style>