Shades of Cabaret #CC546A
Tints of Cabaret #CC546A
RGB
CMYK
RGB Variations
Color information
#CC546A (or 0xCC546A) is known color: Cabaret. HEX triplet: CC, 54 and 6A. RGB value is (204,84,106). Sum of RGB (Red+Green+Blue) = 204+84+106=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC546A is #33AB95. Grayscale: #7A7A7A. Windows color (decimal): -3386262 or 6968524. OLE color: 6968524.
HSL color Cylindrical-coordinate representation of color #CC546A: hue angle of 349º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC546A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 106 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.2 |
| HSL | 349º | 0.54% | 0.56% | - |
| HSV(B) | 349º | 0.59% | 0.8% | - |
| XYZ | 30.67 | 20.22 | 15.92 | - |
| YUV | 122.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 106 | 0 | 0.59 | 0.48 | 0.2 | 349 | 0.54 | 0.56 |
| Hex | CC | 54 | 6A | 0 | 3B | 30 | 14 | 15D | 36 | 38 |
| Octal | 314 | 124 | 152 | 0 | 73 | 60 | 24 | 535 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1101010 | 0 | 111011 | 110000 | 10100 | 101011101 | 110110 | 111000 |
Color Harmonies of #CC546A
Complementary color
Monochromatic Colors of #CC546A
Black with #CC546A
Text Example
Text Example
White with #CC546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC546A; }
p { color: rgb(204,84,106); }
H1.HeaderClassName
{
color: #CC546A;
}
.AnyTagClassName
{
color: #CC546A;
}
</style>
background-color css
<style>
a { background-color: #CC546A; }
a { background-color: rgb(204,84,106); }
div.DivClassName
{
background-color: #CC546A;
}
.BgClassName
{
background-color: #CC546A;
}
</style>
border-color css
<style>
span { border-color: #CC546A; }
span { border-color: rgb(204,84,106); }
td.TdClassName
{
border-color: #CC546A;
}
.TagClassName
{
border-color: #CC546A;
}
</style>