Shades of Cabaret #CA537A
Tints of Cabaret #CA537A
RGB
CMYK
RGB Variations
Color information
#CA537A (or 0xCA537A) is known color: Cabaret. HEX triplet: CA, 53 and 7A. RGB value is (202,83,122). Sum of RGB (Red+Green+Blue) = 202+83+122=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537A is #35AC85. Grayscale: #7A7A7A. Windows color (decimal): -3517574 or 8016842. OLE color: 8016842.
HSL color Cylindrical-coordinate representation of color #CA537A: hue angle of 340.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA537A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 122 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.21 |
| HSL | 340.34º | 0.53% | 0.56% | - |
| HSV(B) | 340.34º | 0.59% | 0.79% | - |
| XYZ | 30.96 | 20.15 | 20.67 | - |
| YUV | 123.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 122 | 0 | 0.59 | 0.40 | 0.21 | 340.34 | 0.53 | 0.56 |
| Hex | CA | 53 | 7A | 0 | 3B | 28 | 15 | 154 | 35 | 38 |
| Octal | 312 | 123 | 172 | 0 | 73 | 50 | 25 | 524 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1111010 | 0 | 111011 | 101000 | 10101 | 101010100 | 110101 | 111000 |
Color Harmonies of #CA537A
Complementary color
Monochromatic Colors of #CA537A
Black with #CA537A
Text Example
Text Example
White with #CA537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA537A; }
p { color: rgb(202,83,122); }
H1.HeaderClassName
{
color: #CA537A;
}
.AnyTagClassName
{
color: #CA537A;
}
</style>
background-color css
<style>
a { background-color: #CA537A; }
a { background-color: rgb(202,83,122); }
div.DivClassName
{
background-color: #CA537A;
}
.BgClassName
{
background-color: #CA537A;
}
</style>
border-color css
<style>
span { border-color: #CA537A; }
span { border-color: rgb(202,83,122); }
td.TdClassName
{
border-color: #CA537A;
}
.TagClassName
{
border-color: #CA537A;
}
</style>