Shades of Cabaret #D0636E
Tints of Cabaret #D0636E
RGB
CMYK
RGB Variations
Color information
#D0636E (or 0xD0636E) is known color: Cabaret. HEX triplet: D0, 63 and 6E. RGB value is (208,99,110). Sum of RGB (Red+Green+Blue) = 208+99+110=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0636E is #2F9C91. Grayscale: #848484. Windows color (decimal): -3120274 or 7234512. OLE color: 7234512.
HSL color Cylindrical-coordinate representation of color #D0636E: hue angle of 353.94º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0636E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 110 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.18 |
| HSL | 353.94º | 0.54% | 0.6% | - |
| HSV(B) | 353.94º | 0.52% | 0.82% | - |
| XYZ | 33.29 | 23.46 | 17.53 | - |
| YUV | 132.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 110 | 0 | 0.52 | 0.47 | 0.18 | 353.94 | 0.54 | 0.6 |
| Hex | D0 | 63 | 6E | 0 | 34 | 2F | 12 | 162 | 36 | 3C |
| Octal | 320 | 143 | 156 | 0 | 64 | 57 | 22 | 542 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1101110 | 0 | 110100 | 101111 | 10010 | 101100010 | 110110 | 111100 |
Color Harmonies of #D0636E
Complementary color
Monochromatic Colors of #D0636E
Black with #D0636E
Text Example
Text Example
White with #D0636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0636E; }
p { color: rgb(208,99,110); }
H1.HeaderClassName
{
color: #D0636E;
}
.AnyTagClassName
{
color: #D0636E;
}
</style>
background-color css
<style>
a { background-color: #D0636E; }
a { background-color: rgb(208,99,110); }
div.DivClassName
{
background-color: #D0636E;
}
.BgClassName
{
background-color: #D0636E;
}
</style>
border-color css
<style>
span { border-color: #D0636E; }
span { border-color: rgb(208,99,110); }
td.TdClassName
{
border-color: #D0636E;
}
.TagClassName
{
border-color: #D0636E;
}
</style>