Shades of Cabaret #CA5A7C
Tints of Cabaret #CA5A7C
RGB
CMYK
RGB Variations
Color information
#CA5A7C (or 0xCA5A7C) is known color: Cabaret. HEX triplet: CA, 5A and 7C. RGB value is (202,90,124). Sum of RGB (Red+Green+Blue) = 202+90+124=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A7C is #35A583. Grayscale: #7F7F7F. Windows color (decimal): -3515780 or 8149706. OLE color: 8149706.
HSL color Cylindrical-coordinate representation of color #CA5A7C: hue angle of 341.79º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A7C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 124 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.21 |
| HSL | 341.79º | 0.51% | 0.57% | - |
| HSV(B) | 341.79º | 0.55% | 0.79% | - |
| XYZ | 31.65 | 21.32 | 21.52 | - |
| YUV | 127.36 | 126.11 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 124 | 0 | 0.55 | 0.39 | 0.21 | 341.79 | 0.51 | 0.57 |
| Hex | CA | 5A | 7C | 0 | 37 | 27 | 15 | 156 | 33 | 39 |
| Octal | 312 | 132 | 174 | 0 | 67 | 47 | 25 | 526 | 63 | 71 |
| Binary | 11001010 | 1011010 | 1111100 | 0 | 110111 | 100111 | 10101 | 101010110 | 110011 | 111001 |
Color Harmonies of #CA5A7C
Complementary color
Monochromatic Colors of #CA5A7C
Black with #CA5A7C
Text Example
Text Example
White with #CA5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A7C; }
p { color: rgb(202,90,124); }
H1.HeaderClassName
{
color: #CA5A7C;
}
.AnyTagClassName
{
color: #CA5A7C;
}
</style>
background-color css
<style>
a { background-color: #CA5A7C; }
a { background-color: rgb(202,90,124); }
div.DivClassName
{
background-color: #CA5A7C;
}
.BgClassName
{
background-color: #CA5A7C;
}
</style>
border-color css
<style>
span { border-color: #CA5A7C; }
span { border-color: rgb(202,90,124); }
td.TdClassName
{
border-color: #CA5A7C;
}
.TagClassName
{
border-color: #CA5A7C;
}
</style>