Shades of Cabaret #D14360
Tints of Cabaret #D14360
RGB
CMYK
RGB Variations
Color information
#D14360 (or 0xD14360) is known color: Cabaret. HEX triplet: D1, 43 and 60. RGB value is (209,67,96). Sum of RGB (Red+Green+Blue) = 209+67+96=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D14360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14360 is #2EBC9F. Grayscale: #707070. Windows color (decimal): -3062944 or 6308817. OLE color: 6308817.
HSL color Cylindrical-coordinate representation of color #D14360: hue angle of 347.75º 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 #D14360 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 96 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.18 |
| HSL | 347.75º | 0.61% | 0.54% | - |
| HSV(B) | 347.75º | 0.68% | 0.82% | - |
| XYZ | 30.41 | 18.41 | 13.02 | - |
| YUV | 112.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 96 | 0 | 0.68 | 0.54 | 0.18 | 347.75 | 0.61 | 0.54 |
| Hex | D1 | 43 | 60 | 0 | 44 | 36 | 12 | 15C | 3D | 36 |
| Octal | 321 | 103 | 140 | 0 | 104 | 66 | 22 | 534 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1100000 | 0 | 1000100 | 110110 | 10010 | 101011100 | 111101 | 110110 |
Color Harmonies of #D14360
Complementary color
Monochromatic Colors of #D14360
Black with #D14360
Text Example
Text Example
White with #D14360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14360; }
p { color: rgb(209,67,96); }
H1.HeaderClassName
{
color: #D14360;
}
.AnyTagClassName
{
color: #D14360;
}
</style>
background-color css
<style>
a { background-color: #D14360; }
a { background-color: rgb(209,67,96); }
div.DivClassName
{
background-color: #D14360;
}
.BgClassName
{
background-color: #D14360;
}
</style>
border-color css
<style>
span { border-color: #D14360; }
span { border-color: rgb(209,67,96); }
td.TdClassName
{
border-color: #D14360;
}
.TagClassName
{
border-color: #D14360;
}
</style>