Shades of Cabaret #C9546D
Tints of Cabaret #C9546D
RGB
CMYK
RGB Variations
Color information
#C9546D (or 0xC9546D) is known color: Cabaret. HEX triplet: C9, 54 and 6D. RGB value is (201,84,109). Sum of RGB (Red+Green+Blue) = 201+84+109=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9546D is #36AB92. Grayscale: #797979. Windows color (decimal): -3582867 or 7165129. OLE color: 7165129.
HSL color Cylindrical-coordinate representation of color #C9546D: hue angle of 347.18º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9546D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 109 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.21 |
| HSL | 347.18º | 0.52% | 0.56% | - |
| HSV(B) | 347.18º | 0.58% | 0.79% | - |
| XYZ | 30.02 | 19.86 | 16.72 | - |
| YUV | 121.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 109 | 0 | 0.58 | 0.46 | 0.21 | 347.18 | 0.52 | 0.56 |
| Hex | C9 | 54 | 6D | 0 | 3A | 2E | 15 | 15B | 34 | 38 |
| Octal | 311 | 124 | 155 | 0 | 72 | 56 | 25 | 533 | 64 | 70 |
| Binary | 11001001 | 1010100 | 1101101 | 0 | 111010 | 101110 | 10101 | 101011011 | 110100 | 111000 |
Color Harmonies of #C9546D
Complementary color
Monochromatic Colors of #C9546D
Black with #C9546D
Text Example
Text Example
White with #C9546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9546D; }
p { color: rgb(201,84,109); }
H1.HeaderClassName
{
color: #C9546D;
}
.AnyTagClassName
{
color: #C9546D;
}
</style>
background-color css
<style>
a { background-color: #C9546D; }
a { background-color: rgb(201,84,109); }
div.DivClassName
{
background-color: #C9546D;
}
.BgClassName
{
background-color: #C9546D;
}
</style>
border-color css
<style>
span { border-color: #C9546D; }
span { border-color: rgb(201,84,109); }
td.TdClassName
{
border-color: #C9546D;
}
.TagClassName
{
border-color: #C9546D;
}
</style>