Shades of Cabaret #C2546C
Tints of Cabaret #C2546C
RGB
CMYK
RGB Variations
Color information
#C2546C (or 0xC2546C) is known color: Cabaret. HEX triplet: C2, 54 and 6C. RGB value is (194,84,108). Sum of RGB (Red+Green+Blue) = 194+84+108=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2546C is #3DAB93. Grayscale: #777777. Windows color (decimal): -4041620 or 7099586. OLE color: 7099586.
HSL color Cylindrical-coordinate representation of color #C2546C: hue angle of 346.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2546C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 108 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.24 |
| HSL | 346.91º | 0.47% | 0.55% | - |
| HSV(B) | 346.91º | 0.57% | 0.76% | - |
| XYZ | 28.13 | 18.89 | 16.35 | - |
| YUV | 119.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 108 | 0 | 0.57 | 0.44 | 0.24 | 346.91 | 0.47 | 0.55 |
| Hex | C2 | 54 | 6C | 0 | 39 | 2C | 18 | 15B | 2F | 37 |
| Octal | 302 | 124 | 154 | 0 | 71 | 54 | 30 | 533 | 57 | 67 |
| Binary | 11000010 | 1010100 | 1101100 | 0 | 111001 | 101100 | 11000 | 101011011 | 101111 | 110111 |
Color Harmonies of #C2546C
Complementary color
Monochromatic Colors of #C2546C
Black with #C2546C
Text Example
Text Example
White with #C2546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2546C; }
p { color: rgb(194,84,108); }
H1.HeaderClassName
{
color: #C2546C;
}
.AnyTagClassName
{
color: #C2546C;
}
</style>
background-color css
<style>
a { background-color: #C2546C; }
a { background-color: rgb(194,84,108); }
div.DivClassName
{
background-color: #C2546C;
}
.BgClassName
{
background-color: #C2546C;
}
</style>
border-color css
<style>
span { border-color: #C2546C; }
span { border-color: rgb(194,84,108); }
td.TdClassName
{
border-color: #C2546C;
}
.TagClassName
{
border-color: #C2546C;
}
</style>