Shades of Cabaret #CA5779
Tints of Cabaret #CA5779
RGB
CMYK
RGB Variations
Color information
#CA5779 (or 0xCA5779) is known color: Cabaret. HEX triplet: CA, 57 and 79. RGB value is (202,87,121). Sum of RGB (Red+Green+Blue) = 202+87+121=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5779 is #35A886. Grayscale: #7D7D7D. Windows color (decimal): -3516551 or 7952330. OLE color: 7952330.
HSL color Cylindrical-coordinate representation of color #CA5779: hue angle of 342.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5779 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 121 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.21 |
| HSL | 342.26º | 0.52% | 0.57% | - |
| HSV(B) | 342.26º | 0.57% | 0.79% | - |
| XYZ | 31.22 | 20.75 | 20.45 | - |
| YUV | 125.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 121 | 0 | 0.57 | 0.40 | 0.21 | 342.26 | 0.52 | 0.57 |
| Hex | CA | 57 | 79 | 0 | 39 | 28 | 15 | 156 | 34 | 39 |
| Octal | 312 | 127 | 171 | 0 | 71 | 50 | 25 | 526 | 64 | 71 |
| Binary | 11001010 | 1010111 | 1111001 | 0 | 111001 | 101000 | 10101 | 101010110 | 110100 | 111001 |
Color Harmonies of #CA5779
Complementary color
Monochromatic Colors of #CA5779
Black with #CA5779
Text Example
Text Example
White with #CA5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5779; }
p { color: rgb(202,87,121); }
H1.HeaderClassName
{
color: #CA5779;
}
.AnyTagClassName
{
color: #CA5779;
}
</style>
background-color css
<style>
a { background-color: #CA5779; }
a { background-color: rgb(202,87,121); }
div.DivClassName
{
background-color: #CA5779;
}
.BgClassName
{
background-color: #CA5779;
}
</style>
border-color css
<style>
span { border-color: #CA5779; }
span { border-color: rgb(202,87,121); }
td.TdClassName
{
border-color: #CA5779;
}
.TagClassName
{
border-color: #CA5779;
}
</style>