Shades of Cabaret #D05A6B
Tints of Cabaret #D05A6B
RGB
CMYK
RGB Variations
Color information
#D05A6B (or 0xD05A6B) is known color: Cabaret. HEX triplet: D0, 5A and 6B. RGB value is (208,90,107). Sum of RGB (Red+Green+Blue) = 208+90+107=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A6B is #2FA594. Grayscale: #7F7F7F. Windows color (decimal): -3122581 or 7035600. OLE color: 7035600.
HSL color Cylindrical-coordinate representation of color #D05A6B: hue angle of 351.36º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05A6B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 107 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.18 |
| HSL | 351.36º | 0.56% | 0.58% | - |
| HSV(B) | 351.36º | 0.57% | 0.82% | - |
| XYZ | 32.32 | 21.78 | 16.41 | - |
| YUV | 127.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 107 | 0 | 0.57 | 0.49 | 0.18 | 351.36 | 0.56 | 0.58 |
| Hex | D0 | 5A | 6B | 0 | 39 | 31 | 12 | 15F | 38 | 3A |
| Octal | 320 | 132 | 153 | 0 | 71 | 61 | 22 | 537 | 70 | 72 |
| Binary | 11010000 | 1011010 | 1101011 | 0 | 111001 | 110001 | 10010 | 101011111 | 111000 | 111010 |
Color Harmonies of #D05A6B
Complementary color
Monochromatic Colors of #D05A6B
Black with #D05A6B
Text Example
Text Example
White with #D05A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A6B; }
p { color: rgb(208,90,107); }
H1.HeaderClassName
{
color: #D05A6B;
}
.AnyTagClassName
{
color: #D05A6B;
}
</style>
background-color css
<style>
a { background-color: #D05A6B; }
a { background-color: rgb(208,90,107); }
div.DivClassName
{
background-color: #D05A6B;
}
.BgClassName
{
background-color: #D05A6B;
}
</style>
border-color css
<style>
span { border-color: #D05A6B; }
span { border-color: rgb(208,90,107); }
td.TdClassName
{
border-color: #D05A6B;
}
.TagClassName
{
border-color: #D05A6B;
}
</style>