Shades of Cabaret #D06673
Tints of Cabaret #D06673
RGB
CMYK
RGB Variations
Color information
#D06673 (or 0xD06673) is known color: Cabaret. HEX triplet: D0, 66 and 73. RGB value is (208,102,115). Sum of RGB (Red+Green+Blue) = 208+102+115=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06673 is #2F998C. Grayscale: #878787. Windows color (decimal): -3119501 or 7562960. OLE color: 7562960.
HSL color Cylindrical-coordinate representation of color #D06673: hue angle of 352.64º 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 #D06673 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 115 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.18 |
| HSL | 352.64º | 0.53% | 0.61% | - |
| HSV(B) | 352.64º | 0.51% | 0.82% | - |
| XYZ | 33.86 | 24.15 | 19.1 | - |
| YUV | 135.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 115 | 0 | 0.51 | 0.45 | 0.18 | 352.64 | 0.53 | 0.61 |
| Hex | D0 | 66 | 73 | 0 | 33 | 2D | 12 | 161 | 35 | 3D |
| Octal | 320 | 146 | 163 | 0 | 63 | 55 | 22 | 541 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1110011 | 0 | 110011 | 101101 | 10010 | 101100001 | 110101 | 111101 |
Color Harmonies of #D06673
Complementary color
Monochromatic Colors of #D06673
Black with #D06673
Text Example
Text Example
White with #D06673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06673; }
p { color: rgb(208,102,115); }
H1.HeaderClassName
{
color: #D06673;
}
.AnyTagClassName
{
color: #D06673;
}
</style>
background-color css
<style>
a { background-color: #D06673; }
a { background-color: rgb(208,102,115); }
div.DivClassName
{
background-color: #D06673;
}
.BgClassName
{
background-color: #D06673;
}
</style>
border-color css
<style>
span { border-color: #D06673; }
span { border-color: rgb(208,102,115); }
td.TdClassName
{
border-color: #D06673;
}
.TagClassName
{
border-color: #D06673;
}
</style>