Shades of Cabaret #C45176
Tints of Cabaret #C45176
RGB
CMYK
RGB Variations
Color information
#C45176 (or 0xC45176) is known color: Cabaret. HEX triplet: C4, 51 and 76. RGB value is (196,81,118). Sum of RGB (Red+Green+Blue) = 196+81+118=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45176 is #3BAE89. Grayscale: #777777. Windows color (decimal): -3911306 or 7754180. OLE color: 7754180.
HSL color Cylindrical-coordinate representation of color #C45176: hue angle of 340.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45176 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 118 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.23 |
| HSL | 340.7º | 0.49% | 0.54% | - |
| HSV(B) | 340.7º | 0.59% | 0.77% | - |
| XYZ | 28.98 | 18.93 | 19.27 | - |
| YUV | 119.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 118 | 0 | 0.59 | 0.40 | 0.23 | 340.7 | 0.49 | 0.54 |
| Hex | C4 | 51 | 76 | 0 | 3B | 28 | 17 | 155 | 31 | 36 |
| Octal | 304 | 121 | 166 | 0 | 73 | 50 | 27 | 525 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1110110 | 0 | 111011 | 101000 | 10111 | 101010101 | 110001 | 110110 |
Color Harmonies of #C45176
Complementary color
Monochromatic Colors of #C45176
Black with #C45176
Text Example
Text Example
White with #C45176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45176; }
p { color: rgb(196,81,118); }
H1.HeaderClassName
{
color: #C45176;
}
.AnyTagClassName
{
color: #C45176;
}
</style>
background-color css
<style>
a { background-color: #C45176; }
a { background-color: rgb(196,81,118); }
div.DivClassName
{
background-color: #C45176;
}
.BgClassName
{
background-color: #C45176;
}
</style>
border-color css
<style>
span { border-color: #C45176; }
span { border-color: rgb(196,81,118); }
td.TdClassName
{
border-color: #C45176;
}
.TagClassName
{
border-color: #C45176;
}
</style>