Shades of Cabaret #D66068
Tints of Cabaret #D66068
RGB
CMYK
RGB Variations
Color information
#D66068 (or 0xD66068) is known color: Cabaret. HEX triplet: D6, 60 and 68. RGB value is (214,96,104). Sum of RGB (Red+Green+Blue) = 214+96+104=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66068 is #299F97. Grayscale: #848484. Windows color (decimal): -2727832 or 6840534. OLE color: 6840534.
HSL color Cylindrical-coordinate representation of color #D66068: hue angle of 355.93º 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 #D66068 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 104 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.16 |
| HSL | 355.93º | 0.59% | 0.61% | - |
| HSV(B) | 355.93º | 0.55% | 0.84% | - |
| XYZ | 34.41 | 23.66 | 15.85 | - |
| YUV | 132.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 104 | 0 | 0.55 | 0.51 | 0.16 | 355.93 | 0.59 | 0.61 |
| Hex | D6 | 60 | 68 | 0 | 37 | 33 | 10 | 164 | 3B | 3D |
| Octal | 326 | 140 | 150 | 0 | 67 | 63 | 20 | 544 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1101000 | 0 | 110111 | 110011 | 10000 | 101100100 | 111011 | 111101 |
Color Harmonies of #D66068
Complementary color
Monochromatic Colors of #D66068
Black with #D66068
Text Example
Text Example
White with #D66068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66068; }
p { color: rgb(214,96,104); }
H1.HeaderClassName
{
color: #D66068;
}
.AnyTagClassName
{
color: #D66068;
}
</style>
background-color css
<style>
a { background-color: #D66068; }
a { background-color: rgb(214,96,104); }
div.DivClassName
{
background-color: #D66068;
}
.BgClassName
{
background-color: #D66068;
}
</style>
border-color css
<style>
span { border-color: #D66068; }
span { border-color: rgb(214,96,104); }
td.TdClassName
{
border-color: #D66068;
}
.TagClassName
{
border-color: #D66068;
}
</style>