Shades of Cabaret #C3546C
Tints of Cabaret #C3546C
RGB
CMYK
RGB Variations
Color information
#C3546C (or 0xC3546C) is known color: Cabaret. HEX triplet: C3, 54 and 6C. RGB value is (195,84,108). Sum of RGB (Red+Green+Blue) = 195+84+108=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3546C is #3CAB93. Grayscale: #777777. Windows color (decimal): -3976084 or 7099587. OLE color: 7099587.
HSL color Cylindrical-coordinate representation of color #C3546C: hue angle of 347.03º degrees, saturation: 0.48, 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 #C3546C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 108 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.24 |
| HSL | 347.03º | 0.48% | 0.55% | - |
| HSV(B) | 347.03º | 0.57% | 0.76% | - |
| XYZ | 28.38 | 19.03 | 16.36 | - |
| YUV | 119.93 | 121.27 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 108 | 0 | 0.57 | 0.45 | 0.24 | 347.03 | 0.48 | 0.55 |
| Hex | C3 | 54 | 6C | 0 | 39 | 2D | 18 | 15B | 30 | 37 |
| Octal | 303 | 124 | 154 | 0 | 71 | 55 | 30 | 533 | 60 | 67 |
| Binary | 11000011 | 1010100 | 1101100 | 0 | 111001 | 101101 | 11000 | 101011011 | 110000 | 110111 |
Color Harmonies of #C3546C
Complementary color
Monochromatic Colors of #C3546C
Black with #C3546C
Text Example
Text Example
White with #C3546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3546C; }
p { color: rgb(195,84,108); }
H1.HeaderClassName
{
color: #C3546C;
}
.AnyTagClassName
{
color: #C3546C;
}
</style>
background-color css
<style>
a { background-color: #C3546C; }
a { background-color: rgb(195,84,108); }
div.DivClassName
{
background-color: #C3546C;
}
.BgClassName
{
background-color: #C3546C;
}
</style>
border-color css
<style>
span { border-color: #C3546C; }
span { border-color: rgb(195,84,108); }
td.TdClassName
{
border-color: #C3546C;
}
.TagClassName
{
border-color: #C3546C;
}
</style>