Shades of Cabaret #D06676
Tints of Cabaret #D06676
RGB
CMYK
RGB Variations
Color information
#D06676 (or 0xD06676) is known color: Cabaret. HEX triplet: D0, 66 and 76. RGB value is (208,102,118). Sum of RGB (Red+Green+Blue) = 208+102+118=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06676 is #2F9989. Grayscale: #878787. Windows color (decimal): -3119498 or 7759568. OLE color: 7759568.
HSL color Cylindrical-coordinate representation of color #D06676: hue angle of 350.94º 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 #D06676 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 118 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.18 |
| HSL | 350.94º | 0.53% | 0.61% | - |
| HSV(B) | 350.94º | 0.51% | 0.82% | - |
| XYZ | 34.03 | 24.22 | 20.02 | - |
| YUV | 135.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 118 | 0 | 0.51 | 0.43 | 0.18 | 350.94 | 0.53 | 0.61 |
| Hex | D0 | 66 | 76 | 0 | 33 | 2B | 12 | 15F | 35 | 3D |
| Octal | 320 | 146 | 166 | 0 | 63 | 53 | 22 | 537 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1110110 | 0 | 110011 | 101011 | 10010 | 101011111 | 110101 | 111101 |
Color Harmonies of #D06676
Complementary color
Monochromatic Colors of #D06676
Black with #D06676
Text Example
Text Example
White with #D06676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06676; }
p { color: rgb(208,102,118); }
H1.HeaderClassName
{
color: #D06676;
}
.AnyTagClassName
{
color: #D06676;
}
</style>
background-color css
<style>
a { background-color: #D06676; }
a { background-color: rgb(208,102,118); }
div.DivClassName
{
background-color: #D06676;
}
.BgClassName
{
background-color: #D06676;
}
</style>
border-color css
<style>
span { border-color: #D06676; }
span { border-color: rgb(208,102,118); }
td.TdClassName
{
border-color: #D06676;
}
.TagClassName
{
border-color: #D06676;
}
</style>