Shades of Cabaret #C45073
Tints of Cabaret #C45073
RGB
CMYK
RGB Variations
Color information
#C45073 (or 0xC45073) is known color: Cabaret. HEX triplet: C4, 50 and 73. RGB value is (196,80,115). Sum of RGB (Red+Green+Blue) = 196+80+115=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C45073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45073 is #3BAF8C. Grayscale: #767676. Windows color (decimal): -3911565 or 7557316. OLE color: 7557316.
HSL color Cylindrical-coordinate representation of color #C45073: hue angle of 341.9º 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 #C45073 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 115 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.23 |
| HSL | 341.9º | 0.5% | 0.54% | - |
| HSV(B) | 341.9º | 0.59% | 0.77% | - |
| XYZ | 28.73 | 18.71 | 18.32 | - |
| YUV | 118.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 115 | 0 | 0.59 | 0.41 | 0.23 | 341.9 | 0.5 | 0.54 |
| Hex | C4 | 50 | 73 | 0 | 3B | 29 | 17 | 156 | 32 | 36 |
| Octal | 304 | 120 | 163 | 0 | 73 | 51 | 27 | 526 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1110011 | 0 | 111011 | 101001 | 10111 | 101010110 | 110010 | 110110 |
Color Harmonies of #C45073
Complementary color
Monochromatic Colors of #C45073
Black with #C45073
Text Example
Text Example
White with #C45073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45073; }
p { color: rgb(196,80,115); }
H1.HeaderClassName
{
color: #C45073;
}
.AnyTagClassName
{
color: #C45073;
}
</style>
background-color css
<style>
a { background-color: #C45073; }
a { background-color: rgb(196,80,115); }
div.DivClassName
{
background-color: #C45073;
}
.BgClassName
{
background-color: #C45073;
}
</style>
border-color css
<style>
span { border-color: #C45073; }
span { border-color: rgb(196,80,115); }
td.TdClassName
{
border-color: #C45073;
}
.TagClassName
{
border-color: #C45073;
}
</style>