Shades of Cabaret #C45670
Tints of Cabaret #C45670
RGB
CMYK
RGB Variations
Color information
#C45670 (or 0xC45670) is known color: Cabaret. HEX triplet: C4, 56 and 70. RGB value is (196,86,112). Sum of RGB (Red+Green+Blue) = 196+86+112=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C45670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45670 is #3BA98F. Grayscale: #797979. Windows color (decimal): -3910032 or 7362244. OLE color: 7362244.
HSL color Cylindrical-coordinate representation of color #C45670: hue angle of 345.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45670 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 112 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.23 |
| HSL | 345.82º | 0.48% | 0.55% | - |
| HSV(B) | 345.82º | 0.56% | 0.77% | - |
| XYZ | 29.02 | 19.56 | 17.58 | - |
| YUV | 121.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 112 | 0 | 0.56 | 0.43 | 0.23 | 345.82 | 0.48 | 0.55 |
| Hex | C4 | 56 | 70 | 0 | 38 | 2B | 17 | 15A | 30 | 37 |
| Octal | 304 | 126 | 160 | 0 | 70 | 53 | 27 | 532 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1110000 | 0 | 111000 | 101011 | 10111 | 101011010 | 110000 | 110111 |
Color Harmonies of #C45670
Complementary color
Monochromatic Colors of #C45670
Black with #C45670
Text Example
Text Example
White with #C45670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45670; }
p { color: rgb(196,86,112); }
H1.HeaderClassName
{
color: #C45670;
}
.AnyTagClassName
{
color: #C45670;
}
</style>
background-color css
<style>
a { background-color: #C45670; }
a { background-color: rgb(196,86,112); }
div.DivClassName
{
background-color: #C45670;
}
.BgClassName
{
background-color: #C45670;
}
</style>
border-color css
<style>
span { border-color: #C45670; }
span { border-color: rgb(196,86,112); }
td.TdClassName
{
border-color: #C45670;
}
.TagClassName
{
border-color: #C45670;
}
</style>