Shades of Cabaret #D0526B
Tints of Cabaret #D0526B
RGB
CMYK
RGB Variations
Color information
#D0526B (or 0xD0526B) is known color: Cabaret. HEX triplet: D0, 52 and 6B. RGB value is (208,82,107). Sum of RGB (Red+Green+Blue) = 208+82+107=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0526B is #2FAD94. Grayscale: #7A7A7A. Windows color (decimal): -3124629 or 7033552. OLE color: 7033552.
HSL color Cylindrical-coordinate representation of color #D0526B: hue angle of 348.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0526B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 107 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.18 |
| HSL | 348.1º | 0.57% | 0.57% | - |
| HSV(B) | 348.1º | 0.61% | 0.82% | - |
| XYZ | 31.68 | 20.51 | 16.2 | - |
| YUV | 122.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 107 | 0 | 0.61 | 0.49 | 0.18 | 348.1 | 0.57 | 0.57 |
| Hex | D0 | 52 | 6B | 0 | 3D | 31 | 12 | 15C | 39 | 39 |
| Octal | 320 | 122 | 153 | 0 | 75 | 61 | 22 | 534 | 71 | 71 |
| Binary | 11010000 | 1010010 | 1101011 | 0 | 111101 | 110001 | 10010 | 101011100 | 111001 | 111001 |
Color Harmonies of #D0526B
Complementary color
Monochromatic Colors of #D0526B
Black with #D0526B
Text Example
Text Example
White with #D0526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0526B; }
p { color: rgb(208,82,107); }
H1.HeaderClassName
{
color: #D0526B;
}
.AnyTagClassName
{
color: #D0526B;
}
</style>
background-color css
<style>
a { background-color: #D0526B; }
a { background-color: rgb(208,82,107); }
div.DivClassName
{
background-color: #D0526B;
}
.BgClassName
{
background-color: #D0526B;
}
</style>
border-color css
<style>
span { border-color: #D0526B; }
span { border-color: rgb(208,82,107); }
td.TdClassName
{
border-color: #D0526B;
}
.TagClassName
{
border-color: #D0526B;
}
</style>