Shades of Cabaret #D0646B
Tints of Cabaret #D0646B
RGB
CMYK
RGB Variations
Color information
#D0646B (or 0xD0646B) is known color: Cabaret. HEX triplet: D0, 64 and 6B. RGB value is (208,100,107). Sum of RGB (Red+Green+Blue) = 208+100+107=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0646B is #2F9B94. Grayscale: #858585. Windows color (decimal): -3120021 or 7038160. OLE color: 7038160.
HSL color Cylindrical-coordinate representation of color #D0646B: hue angle of 356.11º degrees, saturation: 0.53, 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 #D0646B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 107 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.18 |
| HSL | 356.11º | 0.53% | 0.6% | - |
| HSV(B) | 356.11º | 0.52% | 0.82% | - |
| XYZ | 33.22 | 23.59 | 16.71 | - |
| YUV | 133.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 107 | 0 | 0.52 | 0.49 | 0.18 | 356.11 | 0.53 | 0.6 |
| Hex | D0 | 64 | 6B | 0 | 34 | 31 | 12 | 164 | 35 | 3C |
| Octal | 320 | 144 | 153 | 0 | 64 | 61 | 22 | 544 | 65 | 74 |
| Binary | 11010000 | 1100100 | 1101011 | 0 | 110100 | 110001 | 10010 | 101100100 | 110101 | 111100 |
Color Harmonies of #D0646B
Complementary color
Monochromatic Colors of #D0646B
Black with #D0646B
Text Example
Text Example
White with #D0646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0646B; }
p { color: rgb(208,100,107); }
H1.HeaderClassName
{
color: #D0646B;
}
.AnyTagClassName
{
color: #D0646B;
}
</style>
background-color css
<style>
a { background-color: #D0646B; }
a { background-color: rgb(208,100,107); }
div.DivClassName
{
background-color: #D0646B;
}
.BgClassName
{
background-color: #D0646B;
}
</style>
border-color css
<style>
span { border-color: #D0646B; }
span { border-color: rgb(208,100,107); }
td.TdClassName
{
border-color: #D0646B;
}
.TagClassName
{
border-color: #D0646B;
}
</style>