Shades of Cabaret #D1446C
Tints of Cabaret #D1446C
RGB
CMYK
RGB Variations
Color information
#D1446C (or 0xD1446C) is known color: Cabaret. HEX triplet: D1, 44 and 6C. RGB value is (209,68,108). Sum of RGB (Red+Green+Blue) = 209+68+108=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1446C is #2EBB93. Grayscale: #727272. Windows color (decimal): -3062676 or 7095505. OLE color: 7095505.
HSL color Cylindrical-coordinate representation of color #D1446C: hue angle of 342.98º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1446C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 108 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.18 |
| HSL | 342.98º | 0.61% | 0.54% | - |
| HSV(B) | 342.98º | 0.67% | 0.82% | - |
| XYZ | 31.07 | 18.77 | 16.17 | - |
| YUV | 114.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 108 | 0 | 0.67 | 0.48 | 0.18 | 342.98 | 0.61 | 0.54 |
| Hex | D1 | 44 | 6C | 0 | 43 | 30 | 12 | 157 | 3D | 36 |
| Octal | 321 | 104 | 154 | 0 | 103 | 60 | 22 | 527 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1101100 | 0 | 1000011 | 110000 | 10010 | 101010111 | 111101 | 110110 |
Color Harmonies of #D1446C
Complementary color
Monochromatic Colors of #D1446C
Black with #D1446C
Text Example
Text Example
White with #D1446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1446C; }
p { color: rgb(209,68,108); }
H1.HeaderClassName
{
color: #D1446C;
}
.AnyTagClassName
{
color: #D1446C;
}
</style>
background-color css
<style>
a { background-color: #D1446C; }
a { background-color: rgb(209,68,108); }
div.DivClassName
{
background-color: #D1446C;
}
.BgClassName
{
background-color: #D1446C;
}
</style>
border-color css
<style>
span { border-color: #D1446C; }
span { border-color: rgb(209,68,108); }
td.TdClassName
{
border-color: #D1446C;
}
.TagClassName
{
border-color: #D1446C;
}
</style>