Shades of Cabaret #D26379
Tints of Cabaret #D26379
RGB
CMYK
RGB Variations
Color information
#D26379 (or 0xD26379) is known color: Cabaret. HEX triplet: D2, 63 and 79. RGB value is (210,99,121). Sum of RGB (Red+Green+Blue) = 210+99+121=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D26379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26379 is #2D9C86. Grayscale: #868686. Windows color (decimal): -2989191 or 7955410. OLE color: 7955410.
HSL color Cylindrical-coordinate representation of color #D26379: hue angle of 348.11º 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 #D26379 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 121 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.18 |
| HSL | 348.11º | 0.55% | 0.61% | - |
| HSV(B) | 348.11º | 0.53% | 0.82% | - |
| XYZ | 34.49 | 24.01 | 20.9 | - |
| YUV | 134.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 121 | 0 | 0.53 | 0.42 | 0.18 | 348.11 | 0.55 | 0.61 |
| Hex | D2 | 63 | 79 | 0 | 35 | 2A | 12 | 15C | 37 | 3D |
| Octal | 322 | 143 | 171 | 0 | 65 | 52 | 22 | 534 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1111001 | 0 | 110101 | 101010 | 10010 | 101011100 | 110111 | 111101 |
Color Harmonies of #D26379
Complementary color
Monochromatic Colors of #D26379
Black with #D26379
Text Example
Text Example
White with #D26379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26379; }
p { color: rgb(210,99,121); }
H1.HeaderClassName
{
color: #D26379;
}
.AnyTagClassName
{
color: #D26379;
}
</style>
background-color css
<style>
a { background-color: #D26379; }
a { background-color: rgb(210,99,121); }
div.DivClassName
{
background-color: #D26379;
}
.BgClassName
{
background-color: #D26379;
}
</style>
border-color css
<style>
span { border-color: #D26379; }
span { border-color: rgb(210,99,121); }
td.TdClassName
{
border-color: #D26379;
}
.TagClassName
{
border-color: #D26379;
}
</style>