Shades of Cabaret #D05073
Tints of Cabaret #D05073
RGB
CMYK
RGB Variations
Color information
#D05073 (or 0xD05073) is known color: Cabaret. HEX triplet: D0, 50 and 73. RGB value is (208,80,115). Sum of RGB (Red+Green+Blue) = 208+80+115=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D05073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05073 is #2FAF8C. Grayscale: #7A7A7A. Windows color (decimal): -3125133 or 7557328. OLE color: 7557328.
HSL color Cylindrical-coordinate representation of color #D05073: hue angle of 343.59º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05073 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 115 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.18 |
| HSL | 343.59º | 0.58% | 0.56% | - |
| HSV(B) | 343.59º | 0.62% | 0.82% | - |
| XYZ | 31.98 | 20.39 | 18.47 | - |
| YUV | 122.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 115 | 0 | 0.62 | 0.45 | 0.18 | 343.59 | 0.58 | 0.56 |
| Hex | D0 | 50 | 73 | 0 | 3E | 2D | 12 | 158 | 3A | 38 |
| Octal | 320 | 120 | 163 | 0 | 76 | 55 | 22 | 530 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1110011 | 0 | 111110 | 101101 | 10010 | 101011000 | 111010 | 111000 |
Color Harmonies of #D05073
Complementary color
Monochromatic Colors of #D05073
Black with #D05073
Text Example
Text Example
White with #D05073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05073; }
p { color: rgb(208,80,115); }
H1.HeaderClassName
{
color: #D05073;
}
.AnyTagClassName
{
color: #D05073;
}
</style>
background-color css
<style>
a { background-color: #D05073; }
a { background-color: rgb(208,80,115); }
div.DivClassName
{
background-color: #D05073;
}
.BgClassName
{
background-color: #D05073;
}
</style>
border-color css
<style>
span { border-color: #D05073; }
span { border-color: rgb(208,80,115); }
td.TdClassName
{
border-color: #D05073;
}
.TagClassName
{
border-color: #D05073;
}
</style>