Shades of Cabaret #CA547A
Tints of Cabaret #CA547A
RGB
CMYK
RGB Variations
Color information
#CA547A (or 0xCA547A) is known color: Cabaret. HEX triplet: CA, 54 and 7A. RGB value is (202,84,122). Sum of RGB (Red+Green+Blue) = 202+84+122=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA547A is #35AB85. Grayscale: #7B7B7B. Windows color (decimal): -3517318 or 8017098. OLE color: 8017098.
HSL color Cylindrical-coordinate representation of color #CA547A: hue angle of 340.68º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA547A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 122 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.21 |
| HSL | 340.68º | 0.53% | 0.56% | - |
| HSV(B) | 340.68º | 0.58% | 0.79% | - |
| XYZ | 31.04 | 20.3 | 20.7 | - |
| YUV | 123.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 122 | 0 | 0.58 | 0.40 | 0.21 | 340.68 | 0.53 | 0.56 |
| Hex | CA | 54 | 7A | 0 | 3A | 28 | 15 | 155 | 35 | 38 |
| Octal | 312 | 124 | 172 | 0 | 72 | 50 | 25 | 525 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1111010 | 0 | 111010 | 101000 | 10101 | 101010101 | 110101 | 111000 |
Color Harmonies of #CA547A
Complementary color
Monochromatic Colors of #CA547A
Black with #CA547A
Text Example
Text Example
White with #CA547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA547A; }
p { color: rgb(202,84,122); }
H1.HeaderClassName
{
color: #CA547A;
}
.AnyTagClassName
{
color: #CA547A;
}
</style>
background-color css
<style>
a { background-color: #CA547A; }
a { background-color: rgb(202,84,122); }
div.DivClassName
{
background-color: #CA547A;
}
.BgClassName
{
background-color: #CA547A;
}
</style>
border-color css
<style>
span { border-color: #CA547A; }
span { border-color: rgb(202,84,122); }
td.TdClassName
{
border-color: #CA547A;
}
.TagClassName
{
border-color: #CA547A;
}
</style>