Shades of Cabaret #CA5071
Tints of Cabaret #CA5071
RGB
CMYK
RGB Variations
Color information
#CA5071 (or 0xCA5071) is known color: Cabaret. HEX triplet: CA, 50 and 71. RGB value is (202,80,113). Sum of RGB (Red+Green+Blue) = 202+80+113=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5071 is #35AF8E. Grayscale: #787878. Windows color (decimal): -3518351 or 7426250. OLE color: 7426250.
HSL color Cylindrical-coordinate representation of color #CA5071: hue angle of 343.77º 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 #CA5071 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 113 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.21 |
| HSL | 343.77º | 0.54% | 0.55% | - |
| HSV(B) | 343.77º | 0.6% | 0.79% | - |
| XYZ | 30.21 | 19.49 | 17.79 | - |
| YUV | 120.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 113 | 0 | 0.60 | 0.44 | 0.21 | 343.77 | 0.54 | 0.55 |
| Hex | CA | 50 | 71 | 0 | 3C | 2C | 15 | 158 | 36 | 37 |
| Octal | 312 | 120 | 161 | 0 | 74 | 54 | 25 | 530 | 66 | 67 |
| Binary | 11001010 | 1010000 | 1110001 | 0 | 111100 | 101100 | 10101 | 101011000 | 110110 | 110111 |
Color Harmonies of #CA5071
Complementary color
Monochromatic Colors of #CA5071
Black with #CA5071
Text Example
Text Example
White with #CA5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5071; }
p { color: rgb(202,80,113); }
H1.HeaderClassName
{
color: #CA5071;
}
.AnyTagClassName
{
color: #CA5071;
}
</style>
background-color css
<style>
a { background-color: #CA5071; }
a { background-color: rgb(202,80,113); }
div.DivClassName
{
background-color: #CA5071;
}
.BgClassName
{
background-color: #CA5071;
}
</style>
border-color css
<style>
span { border-color: #CA5071; }
span { border-color: rgb(202,80,113); }
td.TdClassName
{
border-color: #CA5071;
}
.TagClassName
{
border-color: #CA5071;
}
</style>