Shades of Cabaret #D26369
Tints of Cabaret #D26369
RGB
CMYK
RGB Variations
Color information
#D26369 (or 0xD26369) is known color: Cabaret. HEX triplet: D2, 63 and 69. RGB value is (210,99,105). Sum of RGB (Red+Green+Blue) = 210+99+105=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D26369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26369 is #2D9C96. Grayscale: #848484. Windows color (decimal): -2989207 or 6906834. OLE color: 6906834.
HSL color Cylindrical-coordinate representation of color #D26369: hue angle of 356.76º 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 #D26369 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 105 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.18 |
| HSL | 356.76º | 0.55% | 0.61% | - |
| HSV(B) | 356.76º | 0.53% | 0.82% | - |
| XYZ | 33.59 | 23.65 | 16.16 | - |
| YUV | 132.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 105 | 0 | 0.53 | 0.50 | 0.18 | 356.76 | 0.55 | 0.61 |
| Hex | D2 | 63 | 69 | 0 | 35 | 32 | 12 | 165 | 37 | 3D |
| Octal | 322 | 143 | 151 | 0 | 65 | 62 | 22 | 545 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1101001 | 0 | 110101 | 110010 | 10010 | 101100101 | 110111 | 111101 |
Color Harmonies of #D26369
Complementary color
Monochromatic Colors of #D26369
Black with #D26369
Text Example
Text Example
White with #D26369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26369; }
p { color: rgb(210,99,105); }
H1.HeaderClassName
{
color: #D26369;
}
.AnyTagClassName
{
color: #D26369;
}
</style>
background-color css
<style>
a { background-color: #D26369; }
a { background-color: rgb(210,99,105); }
div.DivClassName
{
background-color: #D26369;
}
.BgClassName
{
background-color: #D26369;
}
</style>
border-color css
<style>
span { border-color: #D26369; }
span { border-color: rgb(210,99,105); }
td.TdClassName
{
border-color: #D26369;
}
.TagClassName
{
border-color: #D26369;
}
</style>