Shades of Cabaret #CA5572
Tints of Cabaret #CA5572
RGB
CMYK
RGB Variations
Color information
#CA5572 (or 0xCA5572) is known color: Cabaret. HEX triplet: CA, 55 and 72. RGB value is (202,85,114). Sum of RGB (Red+Green+Blue) = 202+85+114=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5572 is #35AA8D. Grayscale: #7B7B7B. Windows color (decimal): -3517070 or 7493066. OLE color: 7493066.
HSL color Cylindrical-coordinate representation of color #CA5572: hue angle of 345.13º degrees, saturation: 0.52, 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 #CA5572 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 114 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.21 |
| HSL | 345.13º | 0.52% | 0.56% | - |
| HSV(B) | 345.13º | 0.58% | 0.79% | - |
| XYZ | 30.64 | 20.27 | 18.22 | - |
| YUV | 123.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 114 | 0 | 0.58 | 0.44 | 0.21 | 345.13 | 0.52 | 0.56 |
| Hex | CA | 55 | 72 | 0 | 3A | 2C | 15 | 159 | 34 | 38 |
| Octal | 312 | 125 | 162 | 0 | 72 | 54 | 25 | 531 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1110010 | 0 | 111010 | 101100 | 10101 | 101011001 | 110100 | 111000 |
Color Harmonies of #CA5572
Complementary color
Monochromatic Colors of #CA5572
Black with #CA5572
Text Example
Text Example
White with #CA5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5572; }
p { color: rgb(202,85,114); }
H1.HeaderClassName
{
color: #CA5572;
}
.AnyTagClassName
{
color: #CA5572;
}
</style>
background-color css
<style>
a { background-color: #CA5572; }
a { background-color: rgb(202,85,114); }
div.DivClassName
{
background-color: #CA5572;
}
.BgClassName
{
background-color: #CA5572;
}
</style>
border-color css
<style>
span { border-color: #CA5572; }
span { border-color: rgb(202,85,114); }
td.TdClassName
{
border-color: #CA5572;
}
.TagClassName
{
border-color: #CA5572;
}
</style>