Shades of Cabaret #D14767
Tints of Cabaret #D14767
RGB
CMYK
RGB Variations
Color information
#D14767 (or 0xD14767) is known color: Cabaret. HEX triplet: D1, 47 and 67. RGB value is (209,71,103). Sum of RGB (Red+Green+Blue) = 209+71+103=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D14767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14767 is #2EB898. Grayscale: #737373. Windows color (decimal): -3061913 or 6768593. OLE color: 6768593.
HSL color Cylindrical-coordinate representation of color #D14767: hue angle of 346.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14767 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 103 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.18 |
| HSL | 346.09º | 0.6% | 0.55% | - |
| HSV(B) | 346.09º | 0.66% | 0.82% | - |
| XYZ | 31 | 19.04 | 14.87 | - |
| YUV | 115.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 103 | 0 | 0.66 | 0.51 | 0.18 | 346.09 | 0.6 | 0.55 |
| Hex | D1 | 47 | 67 | 0 | 42 | 33 | 12 | 15A | 3C | 37 |
| Octal | 321 | 107 | 147 | 0 | 102 | 63 | 22 | 532 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1100111 | 0 | 1000010 | 110011 | 10010 | 101011010 | 111100 | 110111 |
Color Harmonies of #D14767
Complementary color
Monochromatic Colors of #D14767
Black with #D14767
Text Example
Text Example
White with #D14767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14767; }
p { color: rgb(209,71,103); }
H1.HeaderClassName
{
color: #D14767;
}
.AnyTagClassName
{
color: #D14767;
}
</style>
background-color css
<style>
a { background-color: #D14767; }
a { background-color: rgb(209,71,103); }
div.DivClassName
{
background-color: #D14767;
}
.BgClassName
{
background-color: #D14767;
}
</style>
border-color css
<style>
span { border-color: #D14767; }
span { border-color: rgb(209,71,103); }
td.TdClassName
{
border-color: #D14767;
}
.TagClassName
{
border-color: #D14767;
}
</style>