Shades of Cabaret #D06677
Tints of Cabaret #D06677
RGB
CMYK
RGB Variations
Color information
#D06677 (or 0xD06677) is known color: Cabaret. HEX triplet: D0, 66 and 77. RGB value is (208,102,119). Sum of RGB (Red+Green+Blue) = 208+102+119=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06677 is #2F9988. Grayscale: #878787. Windows color (decimal): -3119497 or 7825104. OLE color: 7825104.
HSL color Cylindrical-coordinate representation of color #D06677: hue angle of 350.38º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06677 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 119 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.18 |
| HSL | 350.38º | 0.53% | 0.61% | - |
| HSV(B) | 350.38º | 0.51% | 0.82% | - |
| XYZ | 34.09 | 24.24 | 20.34 | - |
| YUV | 135.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 119 | 0 | 0.51 | 0.43 | 0.18 | 350.38 | 0.53 | 0.61 |
| Hex | D0 | 66 | 77 | 0 | 33 | 2B | 12 | 15E | 35 | 3D |
| Octal | 320 | 146 | 167 | 0 | 63 | 53 | 22 | 536 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1110111 | 0 | 110011 | 101011 | 10010 | 101011110 | 110101 | 111101 |
Color Harmonies of #D06677
Complementary color
Monochromatic Colors of #D06677
Black with #D06677
Text Example
Text Example
White with #D06677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06677; }
p { color: rgb(208,102,119); }
H1.HeaderClassName
{
color: #D06677;
}
.AnyTagClassName
{
color: #D06677;
}
</style>
background-color css
<style>
a { background-color: #D06677; }
a { background-color: rgb(208,102,119); }
div.DivClassName
{
background-color: #D06677;
}
.BgClassName
{
background-color: #D06677;
}
</style>
border-color css
<style>
span { border-color: #D06677; }
span { border-color: rgb(208,102,119); }
td.TdClassName
{
border-color: #D06677;
}
.TagClassName
{
border-color: #D06677;
}
</style>