Shades of Cabaret #D66074
Tints of Cabaret #D66074
RGB
CMYK
RGB Variations
Color information
#D66074 (or 0xD66074) is known color: Cabaret. HEX triplet: D6, 60 and 74. RGB value is (214,96,116). Sum of RGB (Red+Green+Blue) = 214+96+116=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D66074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66074 is #299F8B. Grayscale: #858585. Windows color (decimal): -2727820 or 7626966. OLE color: 7626966.
HSL color Cylindrical-coordinate representation of color #D66074: hue angle of 349.83º 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 #D66074 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 116 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.16 |
| HSL | 349.83º | 0.59% | 0.61% | - |
| HSV(B) | 349.83º | 0.55% | 0.84% | - |
| XYZ | 35.07 | 23.92 | 19.29 | - |
| YUV | 133.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 116 | 0 | 0.55 | 0.46 | 0.16 | 349.83 | 0.59 | 0.61 |
| Hex | D6 | 60 | 74 | 0 | 37 | 2E | 10 | 15E | 3B | 3D |
| Octal | 326 | 140 | 164 | 0 | 67 | 56 | 20 | 536 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1110100 | 0 | 110111 | 101110 | 10000 | 101011110 | 111011 | 111101 |
Color Harmonies of #D66074
Complementary color
Monochromatic Colors of #D66074
Black with #D66074
Text Example
Text Example
White with #D66074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66074; }
p { color: rgb(214,96,116); }
H1.HeaderClassName
{
color: #D66074;
}
.AnyTagClassName
{
color: #D66074;
}
</style>
background-color css
<style>
a { background-color: #D66074; }
a { background-color: rgb(214,96,116); }
div.DivClassName
{
background-color: #D66074;
}
.BgClassName
{
background-color: #D66074;
}
</style>
border-color css
<style>
span { border-color: #D66074; }
span { border-color: rgb(214,96,116); }
td.TdClassName
{
border-color: #D66074;
}
.TagClassName
{
border-color: #D66074;
}
</style>