Shades of Cabaret #C45F78
Tints of Cabaret #C45F78
RGB
CMYK
RGB Variations
Color information
#C45F78 (or 0xC45F78) is known color: Cabaret. HEX triplet: C4, 5F and 78. RGB value is (196,95,120). Sum of RGB (Red+Green+Blue) = 196+95+120=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F78 is #3BA087. Grayscale: #808080. Windows color (decimal): -3907720 or 7888836. OLE color: 7888836.
HSL color Cylindrical-coordinate representation of color #C45F78: hue angle of 345.15º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F78 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 120 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.23 |
| HSL | 345.15º | 0.46% | 0.57% | - |
| HSV(B) | 345.15º | 0.52% | 0.77% | - |
| XYZ | 30.25 | 21.28 | 20.28 | - |
| YUV | 128.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 120 | 0 | 0.52 | 0.39 | 0.23 | 345.15 | 0.46 | 0.57 |
| Hex | C4 | 5F | 78 | 0 | 34 | 27 | 17 | 159 | 2E | 39 |
| Octal | 304 | 137 | 170 | 0 | 64 | 47 | 27 | 531 | 56 | 71 |
| Binary | 11000100 | 1011111 | 1111000 | 0 | 110100 | 100111 | 10111 | 101011001 | 101110 | 111001 |
Color Harmonies of #C45F78
Complementary color
Monochromatic Colors of #C45F78
Black with #C45F78
Text Example
Text Example
White with #C45F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F78; }
p { color: rgb(196,95,120); }
H1.HeaderClassName
{
color: #C45F78;
}
.AnyTagClassName
{
color: #C45F78;
}
</style>
background-color css
<style>
a { background-color: #C45F78; }
a { background-color: rgb(196,95,120); }
div.DivClassName
{
background-color: #C45F78;
}
.BgClassName
{
background-color: #C45F78;
}
</style>
border-color css
<style>
span { border-color: #C45F78; }
span { border-color: rgb(196,95,120); }
td.TdClassName
{
border-color: #C45F78;
}
.TagClassName
{
border-color: #C45F78;
}
</style>