Shades of Cabaret #D05373
Tints of Cabaret #D05373
RGB
CMYK
RGB Variations
Color information
#D05373 (or 0xD05373) is known color: Cabaret. HEX triplet: D0, 53 and 73. RGB value is (208,83,115). Sum of RGB (Red+Green+Blue) = 208+83+115=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D05373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05373 is #2FAC8C. Grayscale: #7C7C7C. Windows color (decimal): -3124365 or 7558096. OLE color: 7558096.
HSL color Cylindrical-coordinate representation of color #D05373: hue angle of 344.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05373 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 115 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.18 |
| HSL | 344.64º | 0.57% | 0.57% | - |
| HSV(B) | 344.64º | 0.6% | 0.82% | - |
| XYZ | 32.2 | 20.83 | 18.54 | - |
| YUV | 124.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 115 | 0 | 0.60 | 0.45 | 0.18 | 344.64 | 0.57 | 0.57 |
| Hex | D0 | 53 | 73 | 0 | 3C | 2D | 12 | 159 | 39 | 39 |
| Octal | 320 | 123 | 163 | 0 | 74 | 55 | 22 | 531 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1110011 | 0 | 111100 | 101101 | 10010 | 101011001 | 111001 | 111001 |
Color Harmonies of #D05373
Complementary color
Monochromatic Colors of #D05373
Black with #D05373
Text Example
Text Example
White with #D05373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05373; }
p { color: rgb(208,83,115); }
H1.HeaderClassName
{
color: #D05373;
}
.AnyTagClassName
{
color: #D05373;
}
</style>
background-color css
<style>
a { background-color: #D05373; }
a { background-color: rgb(208,83,115); }
div.DivClassName
{
background-color: #D05373;
}
.BgClassName
{
background-color: #D05373;
}
</style>
border-color css
<style>
span { border-color: #D05373; }
span { border-color: rgb(208,83,115); }
td.TdClassName
{
border-color: #D05373;
}
.TagClassName
{
border-color: #D05373;
}
</style>