Shades of Cabaret #D06270
Tints of Cabaret #D06270
RGB
CMYK
RGB Variations
Color information
#D06270 (or 0xD06270) is known color: Cabaret. HEX triplet: D0, 62 and 70. RGB value is (208,98,112). Sum of RGB (Red+Green+Blue) = 208+98+112=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D06270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06270 is #2F9D8F. Grayscale: #848484. Windows color (decimal): -3120528 or 7365328. OLE color: 7365328.
HSL color Cylindrical-coordinate representation of color #D06270: hue angle of 352.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06270 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 112 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.18 |
| HSL | 352.36º | 0.54% | 0.6% | - |
| HSV(B) | 352.36º | 0.53% | 0.82% | - |
| XYZ | 33.3 | 23.32 | 18.07 | - |
| YUV | 132.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 112 | 0 | 0.53 | 0.46 | 0.18 | 352.36 | 0.54 | 0.6 |
| Hex | D0 | 62 | 70 | 0 | 35 | 2E | 12 | 160 | 36 | 3C |
| Octal | 320 | 142 | 160 | 0 | 65 | 56 | 22 | 540 | 66 | 74 |
| Binary | 11010000 | 1100010 | 1110000 | 0 | 110101 | 101110 | 10010 | 101100000 | 110110 | 111100 |
Color Harmonies of #D06270
Complementary color
Monochromatic Colors of #D06270
Black with #D06270
Text Example
Text Example
White with #D06270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06270; }
p { color: rgb(208,98,112); }
H1.HeaderClassName
{
color: #D06270;
}
.AnyTagClassName
{
color: #D06270;
}
</style>
background-color css
<style>
a { background-color: #D06270; }
a { background-color: rgb(208,98,112); }
div.DivClassName
{
background-color: #D06270;
}
.BgClassName
{
background-color: #D06270;
}
</style>
border-color css
<style>
span { border-color: #D06270; }
span { border-color: rgb(208,98,112); }
td.TdClassName
{
border-color: #D06270;
}
.TagClassName
{
border-color: #D06270;
}
</style>