Shades of Cabaret #C2536E
Tints of Cabaret #C2536E
RGB
CMYK
RGB Variations
Color information
#C2536E (or 0xC2536E) is known color: Cabaret. HEX triplet: C2, 53 and 6E. RGB value is (194,83,110). Sum of RGB (Red+Green+Blue) = 194+83+110=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2536E is #3DAC91. Grayscale: #777777. Windows color (decimal): -4041874 or 7230402. OLE color: 7230402.
HSL color Cylindrical-coordinate representation of color #C2536E: hue angle of 345.41º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2536E is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 110 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.24 |
| HSL | 345.41º | 0.48% | 0.54% | - |
| HSV(B) | 345.41º | 0.57% | 0.76% | - |
| XYZ | 28.16 | 18.78 | 16.89 | - |
| YUV | 119.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 110 | 0 | 0.57 | 0.43 | 0.24 | 345.41 | 0.48 | 0.54 |
| Hex | C2 | 53 | 6E | 0 | 39 | 2B | 18 | 159 | 30 | 36 |
| Octal | 302 | 123 | 156 | 0 | 71 | 53 | 30 | 531 | 60 | 66 |
| Binary | 11000010 | 1010011 | 1101110 | 0 | 111001 | 101011 | 11000 | 101011001 | 110000 | 110110 |
Color Harmonies of #C2536E
Complementary color
Monochromatic Colors of #C2536E
Black with #C2536E
Text Example
Text Example
White with #C2536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2536E; }
p { color: rgb(194,83,110); }
H1.HeaderClassName
{
color: #C2536E;
}
.AnyTagClassName
{
color: #C2536E;
}
</style>
background-color css
<style>
a { background-color: #C2536E; }
a { background-color: rgb(194,83,110); }
div.DivClassName
{
background-color: #C2536E;
}
.BgClassName
{
background-color: #C2536E;
}
</style>
border-color css
<style>
span { border-color: #C2536E; }
span { border-color: rgb(194,83,110); }
td.TdClassName
{
border-color: #C2536E;
}
.TagClassName
{
border-color: #C2536E;
}
</style>