Shades of Cabaret #D66073
Tints of Cabaret #D66073
RGB
CMYK
RGB Variations
Color information
#D66073 (or 0xD66073) is known color: Cabaret. HEX triplet: D6, 60 and 73. RGB value is (214,96,115). Sum of RGB (Red+Green+Blue) = 214+96+115=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D66073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66073 is #299F8C. Grayscale: #858585. Windows color (decimal): -2727821 or 7561430. OLE color: 7561430.
HSL color Cylindrical-coordinate representation of color #D66073: hue angle of 350.34º 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 #D66073 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 115 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.16 |
| HSL | 350.34º | 0.59% | 0.61% | - |
| HSV(B) | 350.34º | 0.55% | 0.84% | - |
| XYZ | 35.01 | 23.9 | 18.99 | - |
| YUV | 133.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 115 | 0 | 0.55 | 0.46 | 0.16 | 350.34 | 0.59 | 0.61 |
| Hex | D6 | 60 | 73 | 0 | 37 | 2E | 10 | 15E | 3B | 3D |
| Octal | 326 | 140 | 163 | 0 | 67 | 56 | 20 | 536 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1110011 | 0 | 110111 | 101110 | 10000 | 101011110 | 111011 | 111101 |
Color Harmonies of #D66073
Complementary color
Monochromatic Colors of #D66073
Black with #D66073
Text Example
Text Example
White with #D66073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66073; }
p { color: rgb(214,96,115); }
H1.HeaderClassName
{
color: #D66073;
}
.AnyTagClassName
{
color: #D66073;
}
</style>
background-color css
<style>
a { background-color: #D66073; }
a { background-color: rgb(214,96,115); }
div.DivClassName
{
background-color: #D66073;
}
.BgClassName
{
background-color: #D66073;
}
</style>
border-color css
<style>
span { border-color: #D66073; }
span { border-color: rgb(214,96,115); }
td.TdClassName
{
border-color: #D66073;
}
.TagClassName
{
border-color: #D66073;
}
</style>