Shades of Cabaret #C45172
Tints of Cabaret #C45172
RGB
CMYK
RGB Variations
Color information
#C45172 (or 0xC45172) is known color: Cabaret. HEX triplet: C4, 51 and 72. RGB value is (196,81,114). Sum of RGB (Red+Green+Blue) = 196+81+114=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C45172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45172 is #3BAE8D. Grayscale: #777777. Windows color (decimal): -3911310 or 7492036. OLE color: 7492036.
HSL color Cylindrical-coordinate representation of color #C45172: hue angle of 342.78º 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 #C45172 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 114 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.23 |
| HSL | 342.78º | 0.49% | 0.54% | - |
| HSV(B) | 342.78º | 0.59% | 0.77% | - |
| XYZ | 28.74 | 18.84 | 18.04 | - |
| YUV | 119.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 114 | 0 | 0.59 | 0.42 | 0.23 | 342.78 | 0.49 | 0.54 |
| Hex | C4 | 51 | 72 | 0 | 3B | 2A | 17 | 157 | 31 | 36 |
| Octal | 304 | 121 | 162 | 0 | 73 | 52 | 27 | 527 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1110010 | 0 | 111011 | 101010 | 10111 | 101010111 | 110001 | 110110 |
Color Harmonies of #C45172
Complementary color
Monochromatic Colors of #C45172
Black with #C45172
Text Example
Text Example
White with #C45172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45172; }
p { color: rgb(196,81,114); }
H1.HeaderClassName
{
color: #C45172;
}
.AnyTagClassName
{
color: #C45172;
}
</style>
background-color css
<style>
a { background-color: #C45172; }
a { background-color: rgb(196,81,114); }
div.DivClassName
{
background-color: #C45172;
}
.BgClassName
{
background-color: #C45172;
}
</style>
border-color css
<style>
span { border-color: #C45172; }
span { border-color: rgb(196,81,114); }
td.TdClassName
{
border-color: #C45172;
}
.TagClassName
{
border-color: #C45172;
}
</style>