Shades of Cabaret #CA5079
Tints of Cabaret #CA5079
RGB
CMYK
RGB Variations
Color information
#CA5079 (or 0xCA5079) is known color: Cabaret. HEX triplet: CA, 50 and 79. RGB value is (202,80,121). Sum of RGB (Red+Green+Blue) = 202+80+121=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5079 is #35AF86. Grayscale: #797979. Windows color (decimal): -3518343 or 7950538. OLE color: 7950538.
HSL color Cylindrical-coordinate representation of color #CA5079: hue angle of 339.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5079 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 121 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.21 |
| HSL | 339.84º | 0.54% | 0.55% | - |
| HSV(B) | 339.84º | 0.6% | 0.79% | - |
| XYZ | 30.68 | 19.67 | 20.27 | - |
| YUV | 121.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 121 | 0 | 0.60 | 0.40 | 0.21 | 339.84 | 0.54 | 0.55 |
| Hex | CA | 50 | 79 | 0 | 3C | 28 | 15 | 154 | 36 | 37 |
| Octal | 312 | 120 | 171 | 0 | 74 | 50 | 25 | 524 | 66 | 67 |
| Binary | 11001010 | 1010000 | 1111001 | 0 | 111100 | 101000 | 10101 | 101010100 | 110110 | 110111 |
Color Harmonies of #CA5079
Complementary color
Monochromatic Colors of #CA5079
Black with #CA5079
Text Example
Text Example
White with #CA5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5079; }
p { color: rgb(202,80,121); }
H1.HeaderClassName
{
color: #CA5079;
}
.AnyTagClassName
{
color: #CA5079;
}
</style>
background-color css
<style>
a { background-color: #CA5079; }
a { background-color: rgb(202,80,121); }
div.DivClassName
{
background-color: #CA5079;
}
.BgClassName
{
background-color: #CA5079;
}
</style>
border-color css
<style>
span { border-color: #CA5079; }
span { border-color: rgb(202,80,121); }
td.TdClassName
{
border-color: #CA5079;
}
.TagClassName
{
border-color: #CA5079;
}
</style>