Shades of Cabaret #D0656F
Tints of Cabaret #D0656F
RGB
CMYK
RGB Variations
Color information
#D0656F (or 0xD0656F) is known color: Cabaret. HEX triplet: D0, 65 and 6F. RGB value is (208,101,111). Sum of RGB (Red+Green+Blue) = 208+101+111=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0656F is #2F9A90. Grayscale: #868686. Windows color (decimal): -3119761 or 7300560. OLE color: 7300560.
HSL color Cylindrical-coordinate representation of color #D0656F: hue angle of 354.39º 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 #D0656F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 111 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.18 |
| HSL | 354.39º | 0.53% | 0.61% | - |
| HSV(B) | 354.39º | 0.51% | 0.82% | - |
| XYZ | 33.54 | 23.86 | 17.88 | - |
| YUV | 134.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 111 | 0 | 0.51 | 0.47 | 0.18 | 354.39 | 0.53 | 0.61 |
| Hex | D0 | 65 | 6F | 0 | 33 | 2F | 12 | 162 | 35 | 3D |
| Octal | 320 | 145 | 157 | 0 | 63 | 57 | 22 | 542 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1101111 | 0 | 110011 | 101111 | 10010 | 101100010 | 110101 | 111101 |
Color Harmonies of #D0656F
Complementary color
Monochromatic Colors of #D0656F
Black with #D0656F
Text Example
Text Example
White with #D0656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0656F; }
p { color: rgb(208,101,111); }
H1.HeaderClassName
{
color: #D0656F;
}
.AnyTagClassName
{
color: #D0656F;
}
</style>
background-color css
<style>
a { background-color: #D0656F; }
a { background-color: rgb(208,101,111); }
div.DivClassName
{
background-color: #D0656F;
}
.BgClassName
{
background-color: #D0656F;
}
</style>
border-color css
<style>
span { border-color: #D0656F; }
span { border-color: rgb(208,101,111); }
td.TdClassName
{
border-color: #D0656F;
}
.TagClassName
{
border-color: #D0656F;
}
</style>