Shades of Cabaret #D26470
Tints of Cabaret #D26470
RGB
CMYK
RGB Variations
Color information
#D26470 (or 0xD26470) is known color: Cabaret. HEX triplet: D2, 64 and 70. RGB value is (210,100,112). Sum of RGB (Red+Green+Blue) = 210+100+112=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D26470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26470 is #2D9B8F. Grayscale: #868686. Windows color (decimal): -2988944 or 7365842. OLE color: 7365842.
HSL color Cylindrical-coordinate representation of color #D26470: hue angle of 353.45º 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 #D26470 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 112 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.18 |
| HSL | 353.45º | 0.55% | 0.61% | - |
| HSV(B) | 353.45º | 0.52% | 0.82% | - |
| XYZ | 34.06 | 23.99 | 18.16 | - |
| YUV | 134.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 112 | 0 | 0.52 | 0.47 | 0.18 | 353.45 | 0.55 | 0.61 |
| Hex | D2 | 64 | 70 | 0 | 34 | 2F | 12 | 161 | 37 | 3D |
| Octal | 322 | 144 | 160 | 0 | 64 | 57 | 22 | 541 | 67 | 75 |
| Binary | 11010010 | 1100100 | 1110000 | 0 | 110100 | 101111 | 10010 | 101100001 | 110111 | 111101 |
Color Harmonies of #D26470
Complementary color
Monochromatic Colors of #D26470
Black with #D26470
Text Example
Text Example
White with #D26470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26470; }
p { color: rgb(210,100,112); }
H1.HeaderClassName
{
color: #D26470;
}
.AnyTagClassName
{
color: #D26470;
}
</style>
background-color css
<style>
a { background-color: #D26470; }
a { background-color: rgb(210,100,112); }
div.DivClassName
{
background-color: #D26470;
}
.BgClassName
{
background-color: #D26470;
}
</style>
border-color css
<style>
span { border-color: #D26470; }
span { border-color: rgb(210,100,112); }
td.TdClassName
{
border-color: #D26470;
}
.TagClassName
{
border-color: #D26470;
}
</style>