Shades of Cabaret #CA5279
Tints of Cabaret #CA5279
RGB
CMYK
RGB Variations
Color information
#CA5279 (or 0xCA5279) is known color: Cabaret. HEX triplet: CA, 52 and 79. RGB value is (202,82,121). Sum of RGB (Red+Green+Blue) = 202+82+121=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5279 is #35AD86. Grayscale: #7A7A7A. Windows color (decimal): -3517831 or 7951050. OLE color: 7951050.
HSL color Cylindrical-coordinate representation of color #CA5279: hue angle of 340.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5279 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 121 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.21 |
| HSL | 340.5º | 0.53% | 0.56% | - |
| HSV(B) | 340.5º | 0.59% | 0.79% | - |
| XYZ | 30.83 | 19.97 | 20.32 | - |
| YUV | 122.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 121 | 0 | 0.59 | 0.40 | 0.21 | 340.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 79 | 0 | 3B | 28 | 15 | 154 | 35 | 38 |
| Octal | 312 | 122 | 171 | 0 | 73 | 50 | 25 | 524 | 65 | 70 |
| Binary | 11001010 | 1010010 | 1111001 | 0 | 111011 | 101000 | 10101 | 101010100 | 110101 | 111000 |
Color Harmonies of #CA5279
Complementary color
Monochromatic Colors of #CA5279
Black with #CA5279
Text Example
Text Example
White with #CA5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5279; }
p { color: rgb(202,82,121); }
H1.HeaderClassName
{
color: #CA5279;
}
.AnyTagClassName
{
color: #CA5279;
}
</style>
background-color css
<style>
a { background-color: #CA5279; }
a { background-color: rgb(202,82,121); }
div.DivClassName
{
background-color: #CA5279;
}
.BgClassName
{
background-color: #CA5279;
}
</style>
border-color css
<style>
span { border-color: #CA5279; }
span { border-color: rgb(202,82,121); }
td.TdClassName
{
border-color: #CA5279;
}
.TagClassName
{
border-color: #CA5279;
}
</style>