Shades of Cabaret #C4526B
Tints of Cabaret #C4526B
RGB
CMYK
RGB Variations
Color information
#C4526B (or 0xC4526B) is known color: Cabaret. HEX triplet: C4, 52 and 6B. RGB value is (196,82,107). Sum of RGB (Red+Green+Blue) = 196+82+107=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4526B is #3BAD94. Grayscale: #767676. Windows color (decimal): -3911061 or 7033540. OLE color: 7033540.
HSL color Cylindrical-coordinate representation of color #C4526B: hue angle of 346.84º 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 #C4526B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 107 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.23 |
| HSL | 346.84º | 0.49% | 0.55% | - |
| HSV(B) | 346.84º | 0.58% | 0.77% | - |
| XYZ | 28.44 | 18.83 | 16.05 | - |
| YUV | 118.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 107 | 0 | 0.58 | 0.45 | 0.23 | 346.84 | 0.49 | 0.55 |
| Hex | C4 | 52 | 6B | 0 | 3A | 2D | 17 | 15B | 31 | 37 |
| Octal | 304 | 122 | 153 | 0 | 72 | 55 | 27 | 533 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1101011 | 0 | 111010 | 101101 | 10111 | 101011011 | 110001 | 110111 |
Color Harmonies of #C4526B
Complementary color
Monochromatic Colors of #C4526B
Black with #C4526B
Text Example
Text Example
White with #C4526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4526B; }
p { color: rgb(196,82,107); }
H1.HeaderClassName
{
color: #C4526B;
}
.AnyTagClassName
{
color: #C4526B;
}
</style>
background-color css
<style>
a { background-color: #C4526B; }
a { background-color: rgb(196,82,107); }
div.DivClassName
{
background-color: #C4526B;
}
.BgClassName
{
background-color: #C4526B;
}
</style>
border-color css
<style>
span { border-color: #C4526B; }
span { border-color: rgb(196,82,107); }
td.TdClassName
{
border-color: #C4526B;
}
.TagClassName
{
border-color: #C4526B;
}
</style>