Shades of Cabaret #D2646A
Tints of Cabaret #D2646A
RGB
CMYK
RGB Variations
Color information
#D2646A (or 0xD2646A) is known color: Cabaret. HEX triplet: D2, 64 and 6A. RGB value is (210,100,106). Sum of RGB (Red+Green+Blue) = 210+100+106=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2646A is #2D9B95. Grayscale: #858585. Windows color (decimal): -2988950 or 6972626. OLE color: 6972626.
HSL color Cylindrical-coordinate representation of color #D2646A: hue angle of 356.73º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2646A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 106 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.18 |
| HSL | 356.73º | 0.55% | 0.61% | - |
| HSV(B) | 356.73º | 0.52% | 0.82% | - |
| XYZ | 33.74 | 23.86 | 16.46 | - |
| YUV | 133.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 106 | 0 | 0.52 | 0.50 | 0.18 | 356.73 | 0.55 | 0.61 |
| Hex | D2 | 64 | 6A | 0 | 34 | 32 | 12 | 165 | 37 | 3D |
| Octal | 322 | 144 | 152 | 0 | 64 | 62 | 22 | 545 | 67 | 75 |
| Binary | 11010010 | 1100100 | 1101010 | 0 | 110100 | 110010 | 10010 | 101100101 | 110111 | 111101 |
Color Harmonies of #D2646A
Complementary color
Monochromatic Colors of #D2646A
Black with #D2646A
Text Example
Text Example
White with #D2646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2646A; }
p { color: rgb(210,100,106); }
H1.HeaderClassName
{
color: #D2646A;
}
.AnyTagClassName
{
color: #D2646A;
}
</style>
background-color css
<style>
a { background-color: #D2646A; }
a { background-color: rgb(210,100,106); }
div.DivClassName
{
background-color: #D2646A;
}
.BgClassName
{
background-color: #D2646A;
}
</style>
border-color css
<style>
span { border-color: #D2646A; }
span { border-color: rgb(210,100,106); }
td.TdClassName
{
border-color: #D2646A;
}
.TagClassName
{
border-color: #D2646A;
}
</style>