Shades of Cabaret #D6476C
Tints of Cabaret #D6476C
RGB
CMYK
RGB Variations
Color information
#D6476C (or 0xD6476C) is known color: Cabaret. HEX triplet: D6, 47 and 6C. RGB value is (214,71,108). Sum of RGB (Red+Green+Blue) = 214+71+108=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6476C is #29B893. Grayscale: #757575. Windows color (decimal): -2734228 or 7096278. OLE color: 7096278.
HSL color Cylindrical-coordinate representation of color #D6476C: hue angle of 344.48º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6476C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 108 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.16 |
| HSL | 344.48º | 0.64% | 0.56% | - |
| HSV(B) | 344.48º | 0.67% | 0.84% | - |
| XYZ | 32.69 | 19.89 | 16.3 | - |
| YUV | 117.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 108 | 0 | 0.67 | 0.50 | 0.16 | 344.48 | 0.64 | 0.56 |
| Hex | D6 | 47 | 6C | 0 | 43 | 32 | 10 | 158 | 40 | 38 |
| Octal | 326 | 107 | 154 | 0 | 103 | 62 | 20 | 530 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1101100 | 0 | 1000011 | 110010 | 10000 | 101011000 | 1000000 | 111000 |
Color Harmonies of #D6476C
Complementary color
Monochromatic Colors of #D6476C
Black with #D6476C
Text Example
Text Example
White with #D6476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6476C; }
p { color: rgb(214,71,108); }
H1.HeaderClassName
{
color: #D6476C;
}
.AnyTagClassName
{
color: #D6476C;
}
</style>
background-color css
<style>
a { background-color: #D6476C; }
a { background-color: rgb(214,71,108); }
div.DivClassName
{
background-color: #D6476C;
}
.BgClassName
{
background-color: #D6476C;
}
</style>
border-color css
<style>
span { border-color: #D6476C; }
span { border-color: rgb(214,71,108); }
td.TdClassName
{
border-color: #D6476C;
}
.TagClassName
{
border-color: #D6476C;
}
</style>