Shades of Cabaret #D25666
Tints of Cabaret #D25666
RGB
CMYK
RGB Variations
Color information
#D25666 (or 0xD25666) is known color: Cabaret. HEX triplet: D2, 56 and 66. RGB value is (210,86,102). Sum of RGB (Red+Green+Blue) = 210+86+102=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D25666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25666 is #2DA999. Grayscale: #7C7C7C. Windows color (decimal): -2992538 or 6706898. OLE color: 6706898.
HSL color Cylindrical-coordinate representation of color #D25666: hue angle of 352.26º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25666 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 102 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.18 |
| HSL | 352.26º | 0.58% | 0.58% | - |
| HSV(B) | 352.26º | 0.59% | 0.82% | - |
| XYZ | 32.3 | 21.32 | 14.98 | - |
| YUV | 124.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 102 | 0 | 0.59 | 0.51 | 0.18 | 352.26 | 0.58 | 0.58 |
| Hex | D2 | 56 | 66 | 0 | 3B | 33 | 12 | 160 | 3A | 3A |
| Octal | 322 | 126 | 146 | 0 | 73 | 63 | 22 | 540 | 72 | 72 |
| Binary | 11010010 | 1010110 | 1100110 | 0 | 111011 | 110011 | 10010 | 101100000 | 111010 | 111010 |
Color Harmonies of #D25666
Complementary color
Monochromatic Colors of #D25666
Black with #D25666
Text Example
Text Example
White with #D25666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25666; }
p { color: rgb(210,86,102); }
H1.HeaderClassName
{
color: #D25666;
}
.AnyTagClassName
{
color: #D25666;
}
</style>
background-color css
<style>
a { background-color: #D25666; }
a { background-color: rgb(210,86,102); }
div.DivClassName
{
background-color: #D25666;
}
.BgClassName
{
background-color: #D25666;
}
</style>
border-color css
<style>
span { border-color: #D25666; }
span { border-color: rgb(210,86,102); }
td.TdClassName
{
border-color: #D25666;
}
.TagClassName
{
border-color: #D25666;
}
</style>