Shades of Cabaret #C9546A
Tints of Cabaret #C9546A
RGB
CMYK
RGB Variations
Color information
#C9546A (or 0xC9546A) is known color: Cabaret. HEX triplet: C9, 54 and 6A. RGB value is (201,84,106). Sum of RGB (Red+Green+Blue) = 201+84+106=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9546A is #36AB95. Grayscale: #797979. Windows color (decimal): -3582870 or 6968521. OLE color: 6968521.
HSL color Cylindrical-coordinate representation of color #C9546A: hue angle of 348.72º 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 #C9546A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 106 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.21 |
| HSL | 348.72º | 0.52% | 0.56% | - |
| HSV(B) | 348.72º | 0.58% | 0.79% | - |
| XYZ | 29.86 | 19.8 | 15.88 | - |
| YUV | 121.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 106 | 0 | 0.58 | 0.47 | 0.21 | 348.72 | 0.52 | 0.56 |
| Hex | C9 | 54 | 6A | 0 | 3A | 2F | 15 | 15D | 34 | 38 |
| Octal | 311 | 124 | 152 | 0 | 72 | 57 | 25 | 535 | 64 | 70 |
| Binary | 11001001 | 1010100 | 1101010 | 0 | 111010 | 101111 | 10101 | 101011101 | 110100 | 111000 |
Color Harmonies of #C9546A
Complementary color
Monochromatic Colors of #C9546A
Black with #C9546A
Text Example
Text Example
White with #C9546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9546A; }
p { color: rgb(201,84,106); }
H1.HeaderClassName
{
color: #C9546A;
}
.AnyTagClassName
{
color: #C9546A;
}
</style>
background-color css
<style>
a { background-color: #C9546A; }
a { background-color: rgb(201,84,106); }
div.DivClassName
{
background-color: #C9546A;
}
.BgClassName
{
background-color: #C9546A;
}
</style>
border-color css
<style>
span { border-color: #C9546A; }
span { border-color: rgb(201,84,106); }
td.TdClassName
{
border-color: #C9546A;
}
.TagClassName
{
border-color: #C9546A;
}
</style>