Shades of Cabaret #C45377
Tints of Cabaret #C45377
RGB
CMYK
RGB Variations
Color information
#C45377 (or 0xC45377) is known color: Cabaret. HEX triplet: C4, 53 and 77. RGB value is (196,83,119). Sum of RGB (Red+Green+Blue) = 196+83+119=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C45377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45377 is #3BAC88. Grayscale: #787878. Windows color (decimal): -3910793 or 7820228. OLE color: 7820228.
HSL color Cylindrical-coordinate representation of color #C45377: hue angle of 340.88º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45377 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 119 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.23 |
| HSL | 340.88º | 0.49% | 0.55% | - |
| HSV(B) | 340.88º | 0.58% | 0.77% | - |
| XYZ | 29.19 | 19.25 | 19.63 | - |
| YUV | 120.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 119 | 0 | 0.58 | 0.39 | 0.23 | 340.88 | 0.49 | 0.55 |
| Hex | C4 | 53 | 77 | 0 | 3A | 27 | 17 | 155 | 31 | 37 |
| Octal | 304 | 123 | 167 | 0 | 72 | 47 | 27 | 525 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1110111 | 0 | 111010 | 100111 | 10111 | 101010101 | 110001 | 110111 |
Color Harmonies of #C45377
Complementary color
Monochromatic Colors of #C45377
Black with #C45377
Text Example
Text Example
White with #C45377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45377; }
p { color: rgb(196,83,119); }
H1.HeaderClassName
{
color: #C45377;
}
.AnyTagClassName
{
color: #C45377;
}
</style>
background-color css
<style>
a { background-color: #C45377; }
a { background-color: rgb(196,83,119); }
div.DivClassName
{
background-color: #C45377;
}
.BgClassName
{
background-color: #C45377;
}
</style>
border-color css
<style>
span { border-color: #C45377; }
span { border-color: rgb(196,83,119); }
td.TdClassName
{
border-color: #C45377;
}
.TagClassName
{
border-color: #C45377;
}
</style>