Shades of Cabaret #D46269
Tints of Cabaret #D46269
RGB
CMYK
RGB Variations
Color information
#D46269 (or 0xD46269) is known color: Cabaret. HEX triplet: D4, 62 and 69. RGB value is (212,98,105). Sum of RGB (Red+Green+Blue) = 212+98+105=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D46269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46269 is #2B9D96. Grayscale: #848484. Windows color (decimal): -2858391 or 6906580. OLE color: 6906580.
HSL color Cylindrical-coordinate representation of color #D46269: hue angle of 356.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46269 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 105 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.17 |
| HSL | 356.32º | 0.57% | 0.61% | - |
| HSV(B) | 356.32º | 0.54% | 0.83% | - |
| XYZ | 34.07 | 23.75 | 16.15 | - |
| YUV | 132.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 105 | 0 | 0.54 | 0.50 | 0.17 | 356.32 | 0.57 | 0.61 |
| Hex | D4 | 62 | 69 | 0 | 36 | 32 | 11 | 164 | 39 | 3D |
| Octal | 324 | 142 | 151 | 0 | 66 | 62 | 21 | 544 | 71 | 75 |
| Binary | 11010100 | 1100010 | 1101001 | 0 | 110110 | 110010 | 10001 | 101100100 | 111001 | 111101 |
Color Harmonies of #D46269
Complementary color
Monochromatic Colors of #D46269
Black with #D46269
Text Example
Text Example
White with #D46269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46269; }
p { color: rgb(212,98,105); }
H1.HeaderClassName
{
color: #D46269;
}
.AnyTagClassName
{
color: #D46269;
}
</style>
background-color css
<style>
a { background-color: #D46269; }
a { background-color: rgb(212,98,105); }
div.DivClassName
{
background-color: #D46269;
}
.BgClassName
{
background-color: #D46269;
}
</style>
border-color css
<style>
span { border-color: #D46269; }
span { border-color: rgb(212,98,105); }
td.TdClassName
{
border-color: #D46269;
}
.TagClassName
{
border-color: #D46269;
}
</style>