Shades of Cabaret #D06678
Tints of Cabaret #D06678
RGB
CMYK
RGB Variations
Color information
#D06678 (or 0xD06678) is known color: Cabaret. HEX triplet: D0, 66 and 78. RGB value is (208,102,120). Sum of RGB (Red+Green+Blue) = 208+102+120=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D06678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06678 is #2F9987. Grayscale: #878787. Windows color (decimal): -3119496 or 7890640. OLE color: 7890640.
HSL color Cylindrical-coordinate representation of color #D06678: hue angle of 349.81º 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 #D06678 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 120 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.18 |
| HSL | 349.81º | 0.53% | 0.61% | - |
| HSV(B) | 349.81º | 0.51% | 0.82% | - |
| XYZ | 34.15 | 24.27 | 20.65 | - |
| YUV | 135.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 120 | 0 | 0.51 | 0.42 | 0.18 | 349.81 | 0.53 | 0.61 |
| Hex | D0 | 66 | 78 | 0 | 33 | 2A | 12 | 15E | 35 | 3D |
| Octal | 320 | 146 | 170 | 0 | 63 | 52 | 22 | 536 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1111000 | 0 | 110011 | 101010 | 10010 | 101011110 | 110101 | 111101 |
Color Harmonies of #D06678
Complementary color
Monochromatic Colors of #D06678
Black with #D06678
Text Example
Text Example
White with #D06678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06678; }
p { color: rgb(208,102,120); }
H1.HeaderClassName
{
color: #D06678;
}
.AnyTagClassName
{
color: #D06678;
}
</style>
background-color css
<style>
a { background-color: #D06678; }
a { background-color: rgb(208,102,120); }
div.DivClassName
{
background-color: #D06678;
}
.BgClassName
{
background-color: #D06678;
}
</style>
border-color css
<style>
span { border-color: #D06678; }
span { border-color: rgb(208,102,120); }
td.TdClassName
{
border-color: #D06678;
}
.TagClassName
{
border-color: #D06678;
}
</style>