Shades of Cabaret #CA5271
Tints of Cabaret #CA5271
RGB
CMYK
RGB Variations
Color information
#CA5271 (or 0xCA5271) is known color: Cabaret. HEX triplet: CA, 52 and 71. RGB value is (202,82,113). Sum of RGB (Red+Green+Blue) = 202+82+113=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5271 is #35AD8E. Grayscale: #797979. Windows color (decimal): -3517839 or 7426762. OLE color: 7426762.
HSL color Cylindrical-coordinate representation of color #CA5271: hue angle of 344.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 #CA5271 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 113 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.21 |
| HSL | 344.5º | 0.53% | 0.56% | - |
| HSV(B) | 344.5º | 0.59% | 0.79% | - |
| XYZ | 30.36 | 19.78 | 17.84 | - |
| YUV | 121.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 113 | 0 | 0.59 | 0.44 | 0.21 | 344.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 71 | 0 | 3B | 2C | 15 | 158 | 35 | 38 |
| Octal | 312 | 122 | 161 | 0 | 73 | 54 | 25 | 530 | 65 | 70 |
| Binary | 11001010 | 1010010 | 1110001 | 0 | 111011 | 101100 | 10101 | 101011000 | 110101 | 111000 |
Color Harmonies of #CA5271
Complementary color
Monochromatic Colors of #CA5271
Black with #CA5271
Text Example
Text Example
White with #CA5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5271; }
p { color: rgb(202,82,113); }
H1.HeaderClassName
{
color: #CA5271;
}
.AnyTagClassName
{
color: #CA5271;
}
</style>
background-color css
<style>
a { background-color: #CA5271; }
a { background-color: rgb(202,82,113); }
div.DivClassName
{
background-color: #CA5271;
}
.BgClassName
{
background-color: #CA5271;
}
</style>
border-color css
<style>
span { border-color: #CA5271; }
span { border-color: rgb(202,82,113); }
td.TdClassName
{
border-color: #CA5271;
}
.TagClassName
{
border-color: #CA5271;
}
</style>