Shades of Cabaret #D1436A
Tints of Cabaret #D1436A
RGB
CMYK
RGB Variations
Color information
#D1436A (or 0xD1436A) is known color: Cabaret. HEX triplet: D1, 43 and 6A. RGB value is (209,67,106). Sum of RGB (Red+Green+Blue) = 209+67+106=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1436A is #2EBC95. Grayscale: #717171. Windows color (decimal): -3062934 or 6964177. OLE color: 6964177.
HSL color Cylindrical-coordinate representation of color #D1436A: hue angle of 343.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1436A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 106 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.18 |
| HSL | 343.52º | 0.61% | 0.54% | - |
| HSV(B) | 343.52º | 0.68% | 0.82% | - |
| XYZ | 30.9 | 18.61 | 15.6 | - |
| YUV | 113.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 106 | 0 | 0.68 | 0.49 | 0.18 | 343.52 | 0.61 | 0.54 |
| Hex | D1 | 43 | 6A | 0 | 44 | 31 | 12 | 158 | 3D | 36 |
| Octal | 321 | 103 | 152 | 0 | 104 | 61 | 22 | 530 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1101010 | 0 | 1000100 | 110001 | 10010 | 101011000 | 111101 | 110110 |
Color Harmonies of #D1436A
Complementary color
Monochromatic Colors of #D1436A
Black with #D1436A
Text Example
Text Example
White with #D1436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1436A; }
p { color: rgb(209,67,106); }
H1.HeaderClassName
{
color: #D1436A;
}
.AnyTagClassName
{
color: #D1436A;
}
</style>
background-color css
<style>
a { background-color: #D1436A; }
a { background-color: rgb(209,67,106); }
div.DivClassName
{
background-color: #D1436A;
}
.BgClassName
{
background-color: #D1436A;
}
</style>
border-color css
<style>
span { border-color: #D1436A; }
span { border-color: rgb(209,67,106); }
td.TdClassName
{
border-color: #D1436A;
}
.TagClassName
{
border-color: #D1436A;
}
</style>