Shades of Cabaret #C45671
Tints of Cabaret #C45671
RGB
CMYK
RGB Variations
Color information
#C45671 (or 0xC45671) is known color: Cabaret. HEX triplet: C4, 56 and 71. RGB value is (196,86,113). Sum of RGB (Red+Green+Blue) = 196+86+113=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45671 is #3BA98E. Grayscale: #797979. Windows color (decimal): -3910031 or 7427780. OLE color: 7427780.
HSL color Cylindrical-coordinate representation of color #C45671: hue angle of 345.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45671 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 113 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.23 |
| HSL | 345.27º | 0.48% | 0.55% | - |
| HSV(B) | 345.27º | 0.56% | 0.77% | - |
| XYZ | 29.07 | 19.58 | 17.87 | - |
| YUV | 121.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 113 | 0 | 0.56 | 0.42 | 0.23 | 345.27 | 0.48 | 0.55 |
| Hex | C4 | 56 | 71 | 0 | 38 | 2A | 17 | 159 | 30 | 37 |
| Octal | 304 | 126 | 161 | 0 | 70 | 52 | 27 | 531 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1110001 | 0 | 111000 | 101010 | 10111 | 101011001 | 110000 | 110111 |
Color Harmonies of #C45671
Complementary color
Monochromatic Colors of #C45671
Black with #C45671
Text Example
Text Example
White with #C45671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45671; }
p { color: rgb(196,86,113); }
H1.HeaderClassName
{
color: #C45671;
}
.AnyTagClassName
{
color: #C45671;
}
</style>
background-color css
<style>
a { background-color: #C45671; }
a { background-color: rgb(196,86,113); }
div.DivClassName
{
background-color: #C45671;
}
.BgClassName
{
background-color: #C45671;
}
</style>
border-color css
<style>
span { border-color: #C45671; }
span { border-color: rgb(196,86,113); }
td.TdClassName
{
border-color: #C45671;
}
.TagClassName
{
border-color: #C45671;
}
</style>