Shades of Cabaret #D6446C
Tints of Cabaret #D6446C
RGB
CMYK
RGB Variations
Color information
#D6446C (or 0xD6446C) is known color: Cabaret. HEX triplet: D6, 44 and 6C. RGB value is (214,68,108). Sum of RGB (Red+Green+Blue) = 214+68+108=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6446C is #29BB93. Grayscale: #747474. Windows color (decimal): -2734996 or 7095510. OLE color: 7095510.
HSL color Cylindrical-coordinate representation of color #D6446C: hue angle of 343.56º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6446C is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 108 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.16 |
| HSL | 343.56º | 0.64% | 0.55% | - |
| HSV(B) | 343.56º | 0.68% | 0.84% | - |
| XYZ | 32.51 | 19.51 | 16.24 | - |
| YUV | 116.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 108 | 0 | 0.68 | 0.50 | 0.16 | 343.56 | 0.64 | 0.55 |
| Hex | D6 | 44 | 6C | 0 | 44 | 32 | 10 | 158 | 40 | 37 |
| Octal | 326 | 104 | 154 | 0 | 104 | 62 | 20 | 530 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1101100 | 0 | 1000100 | 110010 | 10000 | 101011000 | 1000000 | 110111 |
Color Harmonies of #D6446C
Complementary color
Monochromatic Colors of #D6446C
Black with #D6446C
Text Example
Text Example
White with #D6446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6446C; }
p { color: rgb(214,68,108); }
H1.HeaderClassName
{
color: #D6446C;
}
.AnyTagClassName
{
color: #D6446C;
}
</style>
background-color css
<style>
a { background-color: #D6446C; }
a { background-color: rgb(214,68,108); }
div.DivClassName
{
background-color: #D6446C;
}
.BgClassName
{
background-color: #D6446C;
}
</style>
border-color css
<style>
span { border-color: #D6446C; }
span { border-color: rgb(214,68,108); }
td.TdClassName
{
border-color: #D6446C;
}
.TagClassName
{
border-color: #D6446C;
}
</style>