Shades of Cabaret #CA5476
Tints of Cabaret #CA5476
RGB
CMYK
RGB Variations
Color information
#CA5476 (or 0xCA5476) is known color: Cabaret. HEX triplet: CA, 54 and 76. RGB value is (202,84,118). Sum of RGB (Red+Green+Blue) = 202+84+118=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5476 is #35AB89. Grayscale: #7B7B7B. Windows color (decimal): -3517322 or 7754954. OLE color: 7754954.
HSL color Cylindrical-coordinate representation of color #CA5476: hue angle of 342.71º 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 #CA5476 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 118 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.21 |
| HSL | 342.71º | 0.53% | 0.56% | - |
| HSV(B) | 342.71º | 0.58% | 0.79% | - |
| XYZ | 30.8 | 20.21 | 19.42 | - |
| YUV | 123.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 118 | 0 | 0.58 | 0.42 | 0.21 | 342.71 | 0.53 | 0.56 |
| Hex | CA | 54 | 76 | 0 | 3A | 2A | 15 | 157 | 35 | 38 |
| Octal | 312 | 124 | 166 | 0 | 72 | 52 | 25 | 527 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1110110 | 0 | 111010 | 101010 | 10101 | 101010111 | 110101 | 111000 |
Color Harmonies of #CA5476
Complementary color
Monochromatic Colors of #CA5476
Black with #CA5476
Text Example
Text Example
White with #CA5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5476; }
p { color: rgb(202,84,118); }
H1.HeaderClassName
{
color: #CA5476;
}
.AnyTagClassName
{
color: #CA5476;
}
</style>
background-color css
<style>
a { background-color: #CA5476; }
a { background-color: rgb(202,84,118); }
div.DivClassName
{
background-color: #CA5476;
}
.BgClassName
{
background-color: #CA5476;
}
</style>
border-color css
<style>
span { border-color: #CA5476; }
span { border-color: rgb(202,84,118); }
td.TdClassName
{
border-color: #CA5476;
}
.TagClassName
{
border-color: #CA5476;
}
</style>