Shades of Cabaret #C45771
Tints of Cabaret #C45771
RGB
CMYK
RGB Variations
Color information
#C45771 (or 0xC45771) is known color: Cabaret. HEX triplet: C4, 57 and 71. RGB value is (196,87,113). Sum of RGB (Red+Green+Blue) = 196+87+113=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C45771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45771 is #3BA88E. Grayscale: #7A7A7A. Windows color (decimal): -3909775 or 7428036. OLE color: 7428036.
HSL color Cylindrical-coordinate representation of color #C45771: hue angle of 345.69º 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 #C45771 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 113 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.23 |
| HSL | 345.69º | 0.48% | 0.55% | - |
| HSV(B) | 345.69º | 0.56% | 0.77% | - |
| XYZ | 29.15 | 19.74 | 17.9 | - |
| YUV | 122.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 113 | 0 | 0.56 | 0.42 | 0.23 | 345.69 | 0.48 | 0.55 |
| Hex | C4 | 57 | 71 | 0 | 38 | 2A | 17 | 15A | 30 | 37 |
| Octal | 304 | 127 | 161 | 0 | 70 | 52 | 27 | 532 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1110001 | 0 | 111000 | 101010 | 10111 | 101011010 | 110000 | 110111 |
Color Harmonies of #C45771
Complementary color
Monochromatic Colors of #C45771
Black with #C45771
Text Example
Text Example
White with #C45771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45771; }
p { color: rgb(196,87,113); }
H1.HeaderClassName
{
color: #C45771;
}
.AnyTagClassName
{
color: #C45771;
}
</style>
background-color css
<style>
a { background-color: #C45771; }
a { background-color: rgb(196,87,113); }
div.DivClassName
{
background-color: #C45771;
}
.BgClassName
{
background-color: #C45771;
}
</style>
border-color css
<style>
span { border-color: #C45771; }
span { border-color: rgb(196,87,113); }
td.TdClassName
{
border-color: #C45771;
}
.TagClassName
{
border-color: #C45771;
}
</style>