Shades of Cabaret #C45074
Tints of Cabaret #C45074
RGB
CMYK
RGB Variations
Color information
#C45074 (or 0xC45074) is known color: Cabaret. HEX triplet: C4, 50 and 74. RGB value is (196,80,116). Sum of RGB (Red+Green+Blue) = 196+80+116=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C45074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45074 is #3BAF8B. Grayscale: #767676. Windows color (decimal): -3911564 or 7622852. OLE color: 7622852.
HSL color Cylindrical-coordinate representation of color #C45074: hue angle of 341.38º 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 #C45074 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 116 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.23 |
| HSL | 341.38º | 0.5% | 0.54% | - |
| HSV(B) | 341.38º | 0.59% | 0.77% | - |
| XYZ | 28.79 | 18.73 | 18.62 | - |
| YUV | 118.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 116 | 0 | 0.59 | 0.41 | 0.23 | 341.38 | 0.5 | 0.54 |
| Hex | C4 | 50 | 74 | 0 | 3B | 29 | 17 | 155 | 32 | 36 |
| Octal | 304 | 120 | 164 | 0 | 73 | 51 | 27 | 525 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1110100 | 0 | 111011 | 101001 | 10111 | 101010101 | 110010 | 110110 |
Color Harmonies of #C45074
Complementary color
Monochromatic Colors of #C45074
Black with #C45074
Text Example
Text Example
White with #C45074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45074; }
p { color: rgb(196,80,116); }
H1.HeaderClassName
{
color: #C45074;
}
.AnyTagClassName
{
color: #C45074;
}
</style>
background-color css
<style>
a { background-color: #C45074; }
a { background-color: rgb(196,80,116); }
div.DivClassName
{
background-color: #C45074;
}
.BgClassName
{
background-color: #C45074;
}
</style>
border-color css
<style>
span { border-color: #C45074; }
span { border-color: rgb(196,80,116); }
td.TdClassName
{
border-color: #C45074;
}
.TagClassName
{
border-color: #C45074;
}
</style>