Shades of Cabaret #CA5073
Tints of Cabaret #CA5073
RGB
CMYK
RGB Variations
Color information
#CA5073 (or 0xCA5073) is known color: Cabaret. HEX triplet: CA, 50 and 73. RGB value is (202,80,115). Sum of RGB (Red+Green+Blue) = 202+80+115=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5073 is #35AF8C. Grayscale: #787878. Windows color (decimal): -3518349 or 7557322. OLE color: 7557322.
HSL color Cylindrical-coordinate representation of color #CA5073: hue angle of 342.79º 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 #CA5073 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 115 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.21 |
| HSL | 342.79º | 0.54% | 0.55% | - |
| HSV(B) | 342.79º | 0.6% | 0.79% | - |
| XYZ | 30.32 | 19.53 | 18.39 | - |
| YUV | 120.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 115 | 0 | 0.60 | 0.43 | 0.21 | 342.79 | 0.54 | 0.55 |
| Hex | CA | 50 | 73 | 0 | 3C | 2B | 15 | 157 | 36 | 37 |
| Octal | 312 | 120 | 163 | 0 | 74 | 53 | 25 | 527 | 66 | 67 |
| Binary | 11001010 | 1010000 | 1110011 | 0 | 111100 | 101011 | 10101 | 101010111 | 110110 | 110111 |
Color Harmonies of #CA5073
Complementary color
Monochromatic Colors of #CA5073
Black with #CA5073
Text Example
Text Example
White with #CA5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5073; }
p { color: rgb(202,80,115); }
H1.HeaderClassName
{
color: #CA5073;
}
.AnyTagClassName
{
color: #CA5073;
}
</style>
background-color css
<style>
a { background-color: #CA5073; }
a { background-color: rgb(202,80,115); }
div.DivClassName
{
background-color: #CA5073;
}
.BgClassName
{
background-color: #CA5073;
}
</style>
border-color css
<style>
span { border-color: #CA5073; }
span { border-color: rgb(202,80,115); }
td.TdClassName
{
border-color: #CA5073;
}
.TagClassName
{
border-color: #CA5073;
}
</style>