Shades of Cabaret #D46369
Tints of Cabaret #D46369
RGB
CMYK
RGB Variations
Color information
#D46369 (or 0xD46369) is known color: Cabaret. HEX triplet: D4, 63 and 69. RGB value is (212,99,105). Sum of RGB (Red+Green+Blue) = 212+99+105=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D46369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46369 is #2B9C96. Grayscale: #858585. Windows color (decimal): -2858135 or 6906836. OLE color: 6906836.
HSL color Cylindrical-coordinate representation of color #D46369: hue angle of 356.81º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46369 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 105 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.17 |
| HSL | 356.81º | 0.57% | 0.61% | - |
| HSV(B) | 356.81º | 0.53% | 0.83% | - |
| XYZ | 34.16 | 23.94 | 16.19 | - |
| YUV | 133.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 105 | 0 | 0.53 | 0.50 | 0.17 | 356.81 | 0.57 | 0.61 |
| Hex | D4 | 63 | 69 | 0 | 35 | 32 | 11 | 165 | 39 | 3D |
| Octal | 324 | 143 | 151 | 0 | 65 | 62 | 21 | 545 | 71 | 75 |
| Binary | 11010100 | 1100011 | 1101001 | 0 | 110101 | 110010 | 10001 | 101100101 | 111001 | 111101 |
Color Harmonies of #D46369
Complementary color
Monochromatic Colors of #D46369
Black with #D46369
Text Example
Text Example
White with #D46369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46369; }
p { color: rgb(212,99,105); }
H1.HeaderClassName
{
color: #D46369;
}
.AnyTagClassName
{
color: #D46369;
}
</style>
background-color css
<style>
a { background-color: #D46369; }
a { background-color: rgb(212,99,105); }
div.DivClassName
{
background-color: #D46369;
}
.BgClassName
{
background-color: #D46369;
}
</style>
border-color css
<style>
span { border-color: #D46369; }
span { border-color: rgb(212,99,105); }
td.TdClassName
{
border-color: #D46369;
}
.TagClassName
{
border-color: #D46369;
}
</style>