Shades of Cabaret #C45477
Tints of Cabaret #C45477
RGB
CMYK
RGB Variations
Color information
#C45477 (or 0xC45477) is known color: Cabaret. HEX triplet: C4, 54 and 77. RGB value is (196,84,119). Sum of RGB (Red+Green+Blue) = 196+84+119=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45477 is #3BAB88. Grayscale: #797979. Windows color (decimal): -3910537 or 7820484. OLE color: 7820484.
HSL color Cylindrical-coordinate representation of color #C45477: hue angle of 341.25º degrees, saturation: 0.49, 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 #C45477 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 119 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.23 |
| HSL | 341.25º | 0.49% | 0.55% | - |
| HSV(B) | 341.25º | 0.57% | 0.77% | - |
| XYZ | 29.27 | 19.41 | 19.66 | - |
| YUV | 121.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 119 | 0 | 0.57 | 0.39 | 0.23 | 341.25 | 0.49 | 0.55 |
| Hex | C4 | 54 | 77 | 0 | 39 | 27 | 17 | 155 | 31 | 37 |
| Octal | 304 | 124 | 167 | 0 | 71 | 47 | 27 | 525 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1110111 | 0 | 111001 | 100111 | 10111 | 101010101 | 110001 | 110111 |
Color Harmonies of #C45477
Complementary color
Monochromatic Colors of #C45477
Black with #C45477
Text Example
Text Example
White with #C45477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45477; }
p { color: rgb(196,84,119); }
H1.HeaderClassName
{
color: #C45477;
}
.AnyTagClassName
{
color: #C45477;
}
</style>
background-color css
<style>
a { background-color: #C45477; }
a { background-color: rgb(196,84,119); }
div.DivClassName
{
background-color: #C45477;
}
.BgClassName
{
background-color: #C45477;
}
</style>
border-color css
<style>
span { border-color: #C45477; }
span { border-color: rgb(196,84,119); }
td.TdClassName
{
border-color: #C45477;
}
.TagClassName
{
border-color: #C45477;
}
</style>