Shades of Cabaret #D05270
Tints of Cabaret #D05270
RGB
CMYK
RGB Variations
Color information
#D05270 (or 0xD05270) is known color: Cabaret. HEX triplet: D0, 52 and 70. RGB value is (208,82,112). Sum of RGB (Red+Green+Blue) = 208+82+112=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D05270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05270 is #2FAD8F. Grayscale: #7B7B7B. Windows color (decimal): -3124624 or 7361232. OLE color: 7361232.
HSL color Cylindrical-coordinate representation of color #D05270: hue angle of 345.71º 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 #D05270 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 112 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.18 |
| HSL | 345.71º | 0.57% | 0.57% | - |
| HSV(B) | 345.71º | 0.61% | 0.82% | - |
| XYZ | 31.95 | 20.61 | 17.62 | - |
| YUV | 123.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 112 | 0 | 0.61 | 0.46 | 0.18 | 345.71 | 0.57 | 0.57 |
| Hex | D0 | 52 | 70 | 0 | 3D | 2E | 12 | 15A | 39 | 39 |
| Octal | 320 | 122 | 160 | 0 | 75 | 56 | 22 | 532 | 71 | 71 |
| Binary | 11010000 | 1010010 | 1110000 | 0 | 111101 | 101110 | 10010 | 101011010 | 111001 | 111001 |
Color Harmonies of #D05270
Complementary color
Monochromatic Colors of #D05270
Black with #D05270
Text Example
Text Example
White with #D05270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05270; }
p { color: rgb(208,82,112); }
H1.HeaderClassName
{
color: #D05270;
}
.AnyTagClassName
{
color: #D05270;
}
</style>
background-color css
<style>
a { background-color: #D05270; }
a { background-color: rgb(208,82,112); }
div.DivClassName
{
background-color: #D05270;
}
.BgClassName
{
background-color: #D05270;
}
</style>
border-color css
<style>
span { border-color: #D05270; }
span { border-color: rgb(208,82,112); }
td.TdClassName
{
border-color: #D05270;
}
.TagClassName
{
border-color: #D05270;
}
</style>