Shades of Cabaret #D05367
Tints of Cabaret #D05367
RGB
CMYK
RGB Variations
Color information
#D05367 (or 0xD05367) is known color: Cabaret. HEX triplet: D0, 53 and 67. RGB value is (208,83,103). Sum of RGB (Red+Green+Blue) = 208+83+103=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D05367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05367 is #2FAC98. Grayscale: #7A7A7A. Windows color (decimal): -3124377 or 6771664. OLE color: 6771664.
HSL color Cylindrical-coordinate representation of color #D05367: hue angle of 350.4º 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 #D05367 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 103 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.18 |
| HSL | 350.4º | 0.57% | 0.57% | - |
| HSV(B) | 350.4º | 0.6% | 0.82% | - |
| XYZ | 31.55 | 20.58 | 15.14 | - |
| YUV | 122.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 103 | 0 | 0.60 | 0.50 | 0.18 | 350.4 | 0.57 | 0.57 |
| Hex | D0 | 53 | 67 | 0 | 3C | 32 | 12 | 15E | 39 | 39 |
| Octal | 320 | 123 | 147 | 0 | 74 | 62 | 22 | 536 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1100111 | 0 | 111100 | 110010 | 10010 | 101011110 | 111001 | 111001 |
Color Harmonies of #D05367
Complementary color
Monochromatic Colors of #D05367
Black with #D05367
Text Example
Text Example
White with #D05367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05367; }
p { color: rgb(208,83,103); }
H1.HeaderClassName
{
color: #D05367;
}
.AnyTagClassName
{
color: #D05367;
}
</style>
background-color css
<style>
a { background-color: #D05367; }
a { background-color: rgb(208,83,103); }
div.DivClassName
{
background-color: #D05367;
}
.BgClassName
{
background-color: #D05367;
}
</style>
border-color css
<style>
span { border-color: #D05367; }
span { border-color: rgb(208,83,103); }
td.TdClassName
{
border-color: #D05367;
}
.TagClassName
{
border-color: #D05367;
}
</style>