Shades of Cabaret #D66072
Tints of Cabaret #D66072
RGB
CMYK
RGB Variations
Color information
#D66072 (or 0xD66072) is known color: Cabaret. HEX triplet: D6, 60 and 72. RGB value is (214,96,114). Sum of RGB (Red+Green+Blue) = 214+96+114=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D66072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66072 is #299F8D. Grayscale: #858585. Windows color (decimal): -2727822 or 7495894. OLE color: 7495894.
HSL color Cylindrical-coordinate representation of color #D66072: hue angle of 350.85º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66072 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 114 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.16 |
| HSL | 350.85º | 0.59% | 0.61% | - |
| HSV(B) | 350.85º | 0.55% | 0.84% | - |
| XYZ | 34.95 | 23.88 | 18.69 | - |
| YUV | 133.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 114 | 0 | 0.55 | 0.47 | 0.16 | 350.85 | 0.59 | 0.61 |
| Hex | D6 | 60 | 72 | 0 | 37 | 2F | 10 | 15F | 3B | 3D |
| Octal | 326 | 140 | 162 | 0 | 67 | 57 | 20 | 537 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1110010 | 0 | 110111 | 101111 | 10000 | 101011111 | 111011 | 111101 |
Color Harmonies of #D66072
Complementary color
Monochromatic Colors of #D66072
Black with #D66072
Text Example
Text Example
White with #D66072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66072; }
p { color: rgb(214,96,114); }
H1.HeaderClassName
{
color: #D66072;
}
.AnyTagClassName
{
color: #D66072;
}
</style>
background-color css
<style>
a { background-color: #D66072; }
a { background-color: rgb(214,96,114); }
div.DivClassName
{
background-color: #D66072;
}
.BgClassName
{
background-color: #D66072;
}
</style>
border-color css
<style>
span { border-color: #D66072; }
span { border-color: rgb(214,96,114); }
td.TdClassName
{
border-color: #D66072;
}
.TagClassName
{
border-color: #D66072;
}
</style>