Shades of Cabaret #D66071
Tints of Cabaret #D66071
RGB
CMYK
RGB Variations
Color information
#D66071 (or 0xD66071) is known color: Cabaret. HEX triplet: D6, 60 and 71. RGB value is (214,96,113). Sum of RGB (Red+Green+Blue) = 214+96+113=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D66071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66071 is #299F8E. Grayscale: #858585. Windows color (decimal): -2727823 or 7430358. OLE color: 7430358.
HSL color Cylindrical-coordinate representation of color #D66071: hue angle of 351.36º 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 #D66071 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 113 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.16 |
| HSL | 351.36º | 0.59% | 0.61% | - |
| HSV(B) | 351.36º | 0.55% | 0.84% | - |
| XYZ | 34.9 | 23.85 | 18.39 | - |
| YUV | 133.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 113 | 0 | 0.55 | 0.47 | 0.16 | 351.36 | 0.59 | 0.61 |
| Hex | D6 | 60 | 71 | 0 | 37 | 2F | 10 | 15F | 3B | 3D |
| Octal | 326 | 140 | 161 | 0 | 67 | 57 | 20 | 537 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1110001 | 0 | 110111 | 101111 | 10000 | 101011111 | 111011 | 111101 |
Color Harmonies of #D66071
Complementary color
Monochromatic Colors of #D66071
Black with #D66071
Text Example
Text Example
White with #D66071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66071; }
p { color: rgb(214,96,113); }
H1.HeaderClassName
{
color: #D66071;
}
.AnyTagClassName
{
color: #D66071;
}
</style>
background-color css
<style>
a { background-color: #D66071; }
a { background-color: rgb(214,96,113); }
div.DivClassName
{
background-color: #D66071;
}
.BgClassName
{
background-color: #D66071;
}
</style>
border-color css
<style>
span { border-color: #D66071; }
span { border-color: rgb(214,96,113); }
td.TdClassName
{
border-color: #D66071;
}
.TagClassName
{
border-color: #D66071;
}
</style>