Shades of Cabaret #D36273
Tints of Cabaret #D36273
RGB
CMYK
RGB Variations
Color information
#D36273 (or 0xD36273) is known color: Cabaret. HEX triplet: D3, 62 and 73. RGB value is (211,98,115). Sum of RGB (Red+Green+Blue) = 211+98+115=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D36273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36273 is #2C9D8C. Grayscale: #858585. Windows color (decimal): -2923917 or 7561939. OLE color: 7561939.
HSL color Cylindrical-coordinate representation of color #D36273: hue angle of 350.97º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36273 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 115 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.17 |
| HSL | 350.97º | 0.56% | 0.61% | - |
| HSV(B) | 350.97º | 0.54% | 0.83% | - |
| XYZ | 34.33 | 23.82 | 19.01 | - |
| YUV | 133.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 115 | 0 | 0.54 | 0.45 | 0.17 | 350.97 | 0.56 | 0.61 |
| Hex | D3 | 62 | 73 | 0 | 36 | 2D | 11 | 15F | 38 | 3D |
| Octal | 323 | 142 | 163 | 0 | 66 | 55 | 21 | 537 | 70 | 75 |
| Binary | 11010011 | 1100010 | 1110011 | 0 | 110110 | 101101 | 10001 | 101011111 | 111000 | 111101 |
Color Harmonies of #D36273
Complementary color
Monochromatic Colors of #D36273
Black with #D36273
Text Example
Text Example
White with #D36273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36273; }
p { color: rgb(211,98,115); }
H1.HeaderClassName
{
color: #D36273;
}
.AnyTagClassName
{
color: #D36273;
}
</style>
background-color css
<style>
a { background-color: #D36273; }
a { background-color: rgb(211,98,115); }
div.DivClassName
{
background-color: #D36273;
}
.BgClassName
{
background-color: #D36273;
}
</style>
border-color css
<style>
span { border-color: #D36273; }
span { border-color: rgb(211,98,115); }
td.TdClassName
{
border-color: #D36273;
}
.TagClassName
{
border-color: #D36273;
}
</style>