Shades of Cabaret #C45677
Tints of Cabaret #C45677
RGB
CMYK
RGB Variations
Color information
#C45677 (or 0xC45677) is known color: Cabaret. HEX triplet: C4, 56 and 77. RGB value is (196,86,119). Sum of RGB (Red+Green+Blue) = 196+86+119=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C45677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45677 is #3BA988. Grayscale: #7A7A7A. Windows color (decimal): -3910025 or 7820996. OLE color: 7820996.
HSL color Cylindrical-coordinate representation of color #C45677: hue angle of 342º 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 #C45677 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 119 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.23 |
| HSL | 342º | 0.48% | 0.55% | - |
| HSV(B) | 342º | 0.56% | 0.77% | - |
| XYZ | 29.42 | 19.72 | 19.71 | - |
| YUV | 122.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 119 | 0 | 0.56 | 0.39 | 0.23 | 342 | 0.48 | 0.55 |
| Hex | C4 | 56 | 77 | 0 | 38 | 27 | 17 | 156 | 30 | 37 |
| Octal | 304 | 126 | 167 | 0 | 70 | 47 | 27 | 526 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1110111 | 0 | 111000 | 100111 | 10111 | 101010110 | 110000 | 110111 |
Color Harmonies of #C45677
Complementary color
Monochromatic Colors of #C45677
Black with #C45677
Text Example
Text Example
White with #C45677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45677; }
p { color: rgb(196,86,119); }
H1.HeaderClassName
{
color: #C45677;
}
.AnyTagClassName
{
color: #C45677;
}
</style>
background-color css
<style>
a { background-color: #C45677; }
a { background-color: rgb(196,86,119); }
div.DivClassName
{
background-color: #C45677;
}
.BgClassName
{
background-color: #C45677;
}
</style>
border-color css
<style>
span { border-color: #C45677; }
span { border-color: rgb(196,86,119); }
td.TdClassName
{
border-color: #C45677;
}
.TagClassName
{
border-color: #C45677;
}
</style>