Shades of Cabaret #D7446C
Tints of Cabaret #D7446C
RGB
CMYK
RGB Variations
Color information
#D7446C (or 0xD7446C) is known color: Cabaret. HEX triplet: D7, 44 and 6C. RGB value is (215,68,108). Sum of RGB (Red+Green+Blue) = 215+68+108=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7446C is #28BB93. Grayscale: #747474. Windows color (decimal): -2669460 or 7095511. OLE color: 7095511.
HSL color Cylindrical-coordinate representation of color #D7446C: hue angle of 343.67º degrees, saturation: 0.65, 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 #D7446C is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 108 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.16 |
| HSL | 343.67º | 0.65% | 0.55% | - |
| HSV(B) | 343.67º | 0.68% | 0.84% | - |
| XYZ | 32.8 | 19.66 | 16.25 | - |
| YUV | 116.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 108 | 0 | 0.68 | 0.50 | 0.16 | 343.67 | 0.65 | 0.55 |
| Hex | D7 | 44 | 6C | 0 | 44 | 32 | 10 | 158 | 41 | 37 |
| Octal | 327 | 104 | 154 | 0 | 104 | 62 | 20 | 530 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1101100 | 0 | 1000100 | 110010 | 10000 | 101011000 | 1000001 | 110111 |
Color Harmonies of #D7446C
Complementary color
Monochromatic Colors of #D7446C
Black with #D7446C
Text Example
Text Example
White with #D7446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7446C; }
p { color: rgb(215,68,108); }
H1.HeaderClassName
{
color: #D7446C;
}
.AnyTagClassName
{
color: #D7446C;
}
</style>
background-color css
<style>
a { background-color: #D7446C; }
a { background-color: rgb(215,68,108); }
div.DivClassName
{
background-color: #D7446C;
}
.BgClassName
{
background-color: #D7446C;
}
</style>
border-color css
<style>
span { border-color: #D7446C; }
span { border-color: rgb(215,68,108); }
td.TdClassName
{
border-color: #D7446C;
}
.TagClassName
{
border-color: #D7446C;
}
</style>