Shades of Cabaret #C45070
Tints of Cabaret #C45070
RGB
CMYK
RGB Variations
Color information
#C45070 (or 0xC45070) is known color: Cabaret. HEX triplet: C4, 50 and 70. RGB value is (196,80,112). Sum of RGB (Red+Green+Blue) = 196+80+112=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C45070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45070 is #3BAF8F. Grayscale: #767676. Windows color (decimal): -3911568 or 7360708. OLE color: 7360708.
HSL color Cylindrical-coordinate representation of color #C45070: hue angle of 343.45º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45070 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 112 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.23 |
| HSL | 343.45º | 0.5% | 0.54% | - |
| HSV(B) | 343.45º | 0.59% | 0.77% | - |
| XYZ | 28.56 | 18.64 | 17.42 | - |
| YUV | 118.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 112 | 0 | 0.59 | 0.43 | 0.23 | 343.45 | 0.5 | 0.54 |
| Hex | C4 | 50 | 70 | 0 | 3B | 2B | 17 | 157 | 32 | 36 |
| Octal | 304 | 120 | 160 | 0 | 73 | 53 | 27 | 527 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1110000 | 0 | 111011 | 101011 | 10111 | 101010111 | 110010 | 110110 |
Color Harmonies of #C45070
Complementary color
Monochromatic Colors of #C45070
Black with #C45070
Text Example
Text Example
White with #C45070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45070; }
p { color: rgb(196,80,112); }
H1.HeaderClassName
{
color: #C45070;
}
.AnyTagClassName
{
color: #C45070;
}
</style>
background-color css
<style>
a { background-color: #C45070; }
a { background-color: rgb(196,80,112); }
div.DivClassName
{
background-color: #C45070;
}
.BgClassName
{
background-color: #C45070;
}
</style>
border-color css
<style>
span { border-color: #C45070; }
span { border-color: rgb(196,80,112); }
td.TdClassName
{
border-color: #C45070;
}
.TagClassName
{
border-color: #C45070;
}
</style>