Shades of Cabaret #C4526F
Tints of Cabaret #C4526F
RGB
CMYK
RGB Variations
Color information
#C4526F (or 0xC4526F) is known color: Cabaret. HEX triplet: C4, 52 and 6F. RGB value is (196,82,111). Sum of RGB (Red+Green+Blue) = 196+82+111=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4526F is #3BAD90. Grayscale: #777777. Windows color (decimal): -3911057 or 7295684. OLE color: 7295684.
HSL color Cylindrical-coordinate representation of color #C4526F: hue angle of 344.74º 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 #C4526F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 111 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.23 |
| HSL | 344.74º | 0.49% | 0.55% | - |
| HSV(B) | 344.74º | 0.58% | 0.77% | - |
| XYZ | 28.65 | 18.92 | 17.18 | - |
| YUV | 119.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 111 | 0 | 0.58 | 0.43 | 0.23 | 344.74 | 0.49 | 0.55 |
| Hex | C4 | 52 | 6F | 0 | 3A | 2B | 17 | 159 | 31 | 37 |
| Octal | 304 | 122 | 157 | 0 | 72 | 53 | 27 | 531 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1101111 | 0 | 111010 | 101011 | 10111 | 101011001 | 110001 | 110111 |
Color Harmonies of #C4526F
Complementary color
Monochromatic Colors of #C4526F
Black with #C4526F
Text Example
Text Example
White with #C4526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4526F; }
p { color: rgb(196,82,111); }
H1.HeaderClassName
{
color: #C4526F;
}
.AnyTagClassName
{
color: #C4526F;
}
</style>
background-color css
<style>
a { background-color: #C4526F; }
a { background-color: rgb(196,82,111); }
div.DivClassName
{
background-color: #C4526F;
}
.BgClassName
{
background-color: #C4526F;
}
</style>
border-color css
<style>
span { border-color: #C4526F; }
span { border-color: rgb(196,82,111); }
td.TdClassName
{
border-color: #C4526F;
}
.TagClassName
{
border-color: #C4526F;
}
</style>