Shades of Cabaret #C2536F
Tints of Cabaret #C2536F
RGB
CMYK
RGB Variations
Color information
#C2536F (or 0xC2536F) is known color: Cabaret. HEX triplet: C2, 53 and 6F. RGB value is (194,83,111). Sum of RGB (Red+Green+Blue) = 194+83+111=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2536F is #3DAC90. Grayscale: #777777. Windows color (decimal): -4041873 or 7295938. OLE color: 7295938.
HSL color Cylindrical-coordinate representation of color #C2536F: hue angle of 344.86º 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 #C2536F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 111 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.24 |
| HSL | 344.86º | 0.48% | 0.54% | - |
| HSV(B) | 344.86º | 0.57% | 0.76% | - |
| XYZ | 28.21 | 18.8 | 17.18 | - |
| YUV | 119.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 111 | 0 | 0.57 | 0.43 | 0.24 | 344.86 | 0.48 | 0.54 |
| Hex | C2 | 53 | 6F | 0 | 39 | 2B | 18 | 159 | 30 | 36 |
| Octal | 302 | 123 | 157 | 0 | 71 | 53 | 30 | 531 | 60 | 66 |
| Binary | 11000010 | 1010011 | 1101111 | 0 | 111001 | 101011 | 11000 | 101011001 | 110000 | 110110 |
Color Harmonies of #C2536F
Complementary color
Monochromatic Colors of #C2536F
Black with #C2536F
Text Example
Text Example
White with #C2536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2536F; }
p { color: rgb(194,83,111); }
H1.HeaderClassName
{
color: #C2536F;
}
.AnyTagClassName
{
color: #C2536F;
}
</style>
background-color css
<style>
a { background-color: #C2536F; }
a { background-color: rgb(194,83,111); }
div.DivClassName
{
background-color: #C2536F;
}
.BgClassName
{
background-color: #C2536F;
}
</style>
border-color css
<style>
span { border-color: #C2536F; }
span { border-color: rgb(194,83,111); }
td.TdClassName
{
border-color: #C2536F;
}
.TagClassName
{
border-color: #C2536F;
}
</style>