Shades of Cabaret #D26371
Tints of Cabaret #D26371
RGB
CMYK
RGB Variations
Color information
#D26371 (or 0xD26371) is known color: Cabaret. HEX triplet: D2, 63 and 71. RGB value is (210,99,113). Sum of RGB (Red+Green+Blue) = 210+99+113=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D26371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26371 is #2D9C8E. Grayscale: #858585. Windows color (decimal): -2989199 or 7431122. OLE color: 7431122.
HSL color Cylindrical-coordinate representation of color #D26371: hue angle of 352.43º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26371 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 113 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.18 |
| HSL | 352.43º | 0.55% | 0.61% | - |
| HSV(B) | 352.43º | 0.53% | 0.82% | - |
| XYZ | 34.02 | 23.82 | 18.43 | - |
| YUV | 133.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 113 | 0 | 0.53 | 0.46 | 0.18 | 352.43 | 0.55 | 0.61 |
| Hex | D2 | 63 | 71 | 0 | 35 | 2E | 12 | 160 | 37 | 3D |
| Octal | 322 | 143 | 161 | 0 | 65 | 56 | 22 | 540 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1110001 | 0 | 110101 | 101110 | 10010 | 101100000 | 110111 | 111101 |
Color Harmonies of #D26371
Complementary color
Monochromatic Colors of #D26371
Black with #D26371
Text Example
Text Example
White with #D26371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26371; }
p { color: rgb(210,99,113); }
H1.HeaderClassName
{
color: #D26371;
}
.AnyTagClassName
{
color: #D26371;
}
</style>
background-color css
<style>
a { background-color: #D26371; }
a { background-color: rgb(210,99,113); }
div.DivClassName
{
background-color: #D26371;
}
.BgClassName
{
background-color: #D26371;
}
</style>
border-color css
<style>
span { border-color: #D26371; }
span { border-color: rgb(210,99,113); }
td.TdClassName
{
border-color: #D26371;
}
.TagClassName
{
border-color: #D26371;
}
</style>