Shades of Cabaret #C4526C
Tints of Cabaret #C4526C
RGB
CMYK
RGB Variations
Color information
#C4526C (or 0xC4526C) is known color: Cabaret. HEX triplet: C4, 52 and 6C. RGB value is (196,82,108). Sum of RGB (Red+Green+Blue) = 196+82+108=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4526C is #3BAD93. Grayscale: #777777. Windows color (decimal): -3911060 or 7099076. OLE color: 7099076.
HSL color Cylindrical-coordinate representation of color #C4526C: hue angle of 346.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4526C is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 108 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.23 |
| HSL | 346.32º | 0.49% | 0.55% | - |
| HSV(B) | 346.32º | 0.58% | 0.77% | - |
| XYZ | 28.49 | 18.85 | 16.32 | - |
| YUV | 119.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 108 | 0 | 0.58 | 0.45 | 0.23 | 346.32 | 0.49 | 0.55 |
| Hex | C4 | 52 | 6C | 0 | 3A | 2D | 17 | 15A | 31 | 37 |
| Octal | 304 | 122 | 154 | 0 | 72 | 55 | 27 | 532 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1101100 | 0 | 111010 | 101101 | 10111 | 101011010 | 110001 | 110111 |
Color Harmonies of #C4526C
Complementary color
Monochromatic Colors of #C4526C
Black with #C4526C
Text Example
Text Example
White with #C4526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4526C; }
p { color: rgb(196,82,108); }
H1.HeaderClassName
{
color: #C4526C;
}
.AnyTagClassName
{
color: #C4526C;
}
</style>
background-color css
<style>
a { background-color: #C4526C; }
a { background-color: rgb(196,82,108); }
div.DivClassName
{
background-color: #C4526C;
}
.BgClassName
{
background-color: #C4526C;
}
</style>
border-color css
<style>
span { border-color: #C4526C; }
span { border-color: rgb(196,82,108); }
td.TdClassName
{
border-color: #C4526C;
}
.TagClassName
{
border-color: #C4526C;
}
</style>