Shades of Cabaret #D05266
Tints of Cabaret #D05266
RGB
CMYK
RGB Variations
Color information
#D05266 (or 0xD05266) is known color: Cabaret. HEX triplet: D0, 52 and 66. RGB value is (208,82,102). Sum of RGB (Red+Green+Blue) = 208+82+102=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D05266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05266 is #2FAD99. Grayscale: #7A7A7A. Windows color (decimal): -3124634 or 6705872. OLE color: 6705872.
HSL color Cylindrical-coordinate representation of color #D05266: hue angle of 350.48º 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 #D05266 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 102 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.18 |
| HSL | 350.48º | 0.57% | 0.57% | - |
| HSV(B) | 350.48º | 0.61% | 0.82% | - |
| XYZ | 31.43 | 20.4 | 14.85 | - |
| YUV | 121.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 102 | 0 | 0.61 | 0.51 | 0.18 | 350.48 | 0.57 | 0.57 |
| Hex | D0 | 52 | 66 | 0 | 3D | 33 | 12 | 15E | 39 | 39 |
| Octal | 320 | 122 | 146 | 0 | 75 | 63 | 22 | 536 | 71 | 71 |
| Binary | 11010000 | 1010010 | 1100110 | 0 | 111101 | 110011 | 10010 | 101011110 | 111001 | 111001 |
Color Harmonies of #D05266
Complementary color
Monochromatic Colors of #D05266
Black with #D05266
Text Example
Text Example
White with #D05266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05266; }
p { color: rgb(208,82,102); }
H1.HeaderClassName
{
color: #D05266;
}
.AnyTagClassName
{
color: #D05266;
}
</style>
background-color css
<style>
a { background-color: #D05266; }
a { background-color: rgb(208,82,102); }
div.DivClassName
{
background-color: #D05266;
}
.BgClassName
{
background-color: #D05266;
}
</style>
border-color css
<style>
span { border-color: #D05266; }
span { border-color: rgb(208,82,102); }
td.TdClassName
{
border-color: #D05266;
}
.TagClassName
{
border-color: #D05266;
}
</style>