Shades of Cabaret #CA526E
Tints of Cabaret #CA526E
RGB
CMYK
RGB Variations
Color information
#CA526E (or 0xCA526E) is known color: Cabaret. HEX triplet: CA, 52 and 6E. RGB value is (202,82,110). Sum of RGB (Red+Green+Blue) = 202+82+110=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA526E is #35AD91. Grayscale: #797979. Windows color (decimal): -3517842 or 7230154. OLE color: 7230154.
HSL color Cylindrical-coordinate representation of color #CA526E: hue angle of 346º 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 #CA526E is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 110 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.21 |
| HSL | 346º | 0.53% | 0.56% | - |
| HSV(B) | 346º | 0.59% | 0.79% | - |
| XYZ | 30.19 | 19.72 | 16.97 | - |
| YUV | 121.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 110 | 0 | 0.59 | 0.46 | 0.21 | 346 | 0.53 | 0.56 |
| Hex | CA | 52 | 6E | 0 | 3B | 2E | 15 | 15A | 35 | 38 |
| Octal | 312 | 122 | 156 | 0 | 73 | 56 | 25 | 532 | 65 | 70 |
| Binary | 11001010 | 1010010 | 1101110 | 0 | 111011 | 101110 | 10101 | 101011010 | 110101 | 111000 |
Color Harmonies of #CA526E
Complementary color
Monochromatic Colors of #CA526E
Black with #CA526E
Text Example
Text Example
White with #CA526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA526E; }
p { color: rgb(202,82,110); }
H1.HeaderClassName
{
color: #CA526E;
}
.AnyTagClassName
{
color: #CA526E;
}
</style>
background-color css
<style>
a { background-color: #CA526E; }
a { background-color: rgb(202,82,110); }
div.DivClassName
{
background-color: #CA526E;
}
.BgClassName
{
background-color: #CA526E;
}
</style>
border-color css
<style>
span { border-color: #CA526E; }
span { border-color: rgb(202,82,110); }
td.TdClassName
{
border-color: #CA526E;
}
.TagClassName
{
border-color: #CA526E;
}
</style>