Shades of Cabaret #C45478
Tints of Cabaret #C45478
RGB
CMYK
RGB Variations
Color information
#C45478 (or 0xC45478) is known color: Cabaret. HEX triplet: C4, 54 and 78. RGB value is (196,84,120). Sum of RGB (Red+Green+Blue) = 196+84+120=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C45478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45478 is #3BAB87. Grayscale: #797979. Windows color (decimal): -3910536 or 7886020. OLE color: 7886020.
HSL color Cylindrical-coordinate representation of color #C45478: hue angle of 340.71º 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 #C45478 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 120 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.23 |
| HSL | 340.71º | 0.49% | 0.55% | - |
| HSV(B) | 340.71º | 0.57% | 0.77% | - |
| XYZ | 29.33 | 19.43 | 19.97 | - |
| YUV | 121.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 120 | 0 | 0.57 | 0.39 | 0.23 | 340.71 | 0.49 | 0.55 |
| Hex | C4 | 54 | 78 | 0 | 39 | 27 | 17 | 155 | 31 | 37 |
| Octal | 304 | 124 | 170 | 0 | 71 | 47 | 27 | 525 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1111000 | 0 | 111001 | 100111 | 10111 | 101010101 | 110001 | 110111 |
Color Harmonies of #C45478
Complementary color
Monochromatic Colors of #C45478
Black with #C45478
Text Example
Text Example
White with #C45478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45478; }
p { color: rgb(196,84,120); }
H1.HeaderClassName
{
color: #C45478;
}
.AnyTagClassName
{
color: #C45478;
}
</style>
background-color css
<style>
a { background-color: #C45478; }
a { background-color: rgb(196,84,120); }
div.DivClassName
{
background-color: #C45478;
}
.BgClassName
{
background-color: #C45478;
}
</style>
border-color css
<style>
span { border-color: #C45478; }
span { border-color: rgb(196,84,120); }
td.TdClassName
{
border-color: #C45478;
}
.TagClassName
{
border-color: #C45478;
}
</style>