Shades of Cabaret #C45A78
Tints of Cabaret #C45A78
RGB
CMYK
RGB Variations
Color information
#C45A78 (or 0xC45A78) is known color: Cabaret. HEX triplet: C4, 5A and 78. RGB value is (196,90,120). Sum of RGB (Red+Green+Blue) = 196+90+120=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A78 is #3BA587. Grayscale: #7D7D7D. Windows color (decimal): -3909000 or 7887556. OLE color: 7887556.
HSL color Cylindrical-coordinate representation of color #C45A78: hue angle of 343.02º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A78 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 120 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.23 |
| HSL | 343.02º | 0.47% | 0.56% | - |
| HSV(B) | 343.02º | 0.54% | 0.77% | - |
| XYZ | 29.81 | 20.4 | 20.14 | - |
| YUV | 125.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 120 | 0 | 0.54 | 0.39 | 0.23 | 343.02 | 0.47 | 0.56 |
| Hex | C4 | 5A | 78 | 0 | 36 | 27 | 17 | 157 | 2F | 38 |
| Octal | 304 | 132 | 170 | 0 | 66 | 47 | 27 | 527 | 57 | 70 |
| Binary | 11000100 | 1011010 | 1111000 | 0 | 110110 | 100111 | 10111 | 101010111 | 101111 | 111000 |
Color Harmonies of #C45A78
Complementary color
Monochromatic Colors of #C45A78
Black with #C45A78
Text Example
Text Example
White with #C45A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A78; }
p { color: rgb(196,90,120); }
H1.HeaderClassName
{
color: #C45A78;
}
.AnyTagClassName
{
color: #C45A78;
}
</style>
background-color css
<style>
a { background-color: #C45A78; }
a { background-color: rgb(196,90,120); }
div.DivClassName
{
background-color: #C45A78;
}
.BgClassName
{
background-color: #C45A78;
}
</style>
border-color css
<style>
span { border-color: #C45A78; }
span { border-color: rgb(196,90,120); }
td.TdClassName
{
border-color: #C45A78;
}
.TagClassName
{
border-color: #C45A78;
}
</style>