Shades of Cabaret #C45577
Tints of Cabaret #C45577
RGB
CMYK
RGB Variations
Color information
#C45577 (or 0xC45577) is known color: Cabaret. HEX triplet: C4, 55 and 77. RGB value is (196,85,119). Sum of RGB (Red+Green+Blue) = 196+85+119=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C45577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45577 is #3BAA88. Grayscale: #7A7A7A. Windows color (decimal): -3910281 or 7820740. OLE color: 7820740.
HSL color Cylindrical-coordinate representation of color #C45577: hue angle of 341.62º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45577 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 119 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.23 |
| HSL | 341.62º | 0.48% | 0.55% | - |
| HSV(B) | 341.62º | 0.57% | 0.77% | - |
| XYZ | 29.34 | 19.56 | 19.68 | - |
| YUV | 122.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 119 | 0 | 0.57 | 0.39 | 0.23 | 341.62 | 0.48 | 0.55 |
| Hex | C4 | 55 | 77 | 0 | 39 | 27 | 17 | 156 | 30 | 37 |
| Octal | 304 | 125 | 167 | 0 | 71 | 47 | 27 | 526 | 60 | 67 |
| Binary | 11000100 | 1010101 | 1110111 | 0 | 111001 | 100111 | 10111 | 101010110 | 110000 | 110111 |
Color Harmonies of #C45577
Complementary color
Monochromatic Colors of #C45577
Black with #C45577
Text Example
Text Example
White with #C45577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45577; }
p { color: rgb(196,85,119); }
H1.HeaderClassName
{
color: #C45577;
}
.AnyTagClassName
{
color: #C45577;
}
</style>
background-color css
<style>
a { background-color: #C45577; }
a { background-color: rgb(196,85,119); }
div.DivClassName
{
background-color: #C45577;
}
.BgClassName
{
background-color: #C45577;
}
</style>
border-color css
<style>
span { border-color: #C45577; }
span { border-color: rgb(196,85,119); }
td.TdClassName
{
border-color: #C45577;
}
.TagClassName
{
border-color: #C45577;
}
</style>