Shades of Cabaret #CA5371
Tints of Cabaret #CA5371
RGB
CMYK
RGB Variations
Color information
#CA5371 (or 0xCA5371) is known color: Cabaret. HEX triplet: CA, 53 and 71. RGB value is (202,83,113). Sum of RGB (Red+Green+Blue) = 202+83+113=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5371 is #35AC8E. Grayscale: #7A7A7A. Windows color (decimal): -3517583 or 7427018. OLE color: 7427018.
HSL color Cylindrical-coordinate representation of color #CA5371: hue angle of 344.87º 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 #CA5371 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 113 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.21 |
| HSL | 344.87º | 0.53% | 0.56% | - |
| HSV(B) | 344.87º | 0.59% | 0.79% | - |
| XYZ | 30.43 | 19.94 | 17.87 | - |
| YUV | 122 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 113 | 0 | 0.59 | 0.44 | 0.21 | 344.87 | 0.53 | 0.56 |
| Hex | CA | 53 | 71 | 0 | 3B | 2C | 15 | 159 | 35 | 38 |
| Octal | 312 | 123 | 161 | 0 | 73 | 54 | 25 | 531 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1110001 | 0 | 111011 | 101100 | 10101 | 101011001 | 110101 | 111000 |
Color Harmonies of #CA5371
Complementary color
Monochromatic Colors of #CA5371
Black with #CA5371
Text Example
Text Example
White with #CA5371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5371; }
p { color: rgb(202,83,113); }
H1.HeaderClassName
{
color: #CA5371;
}
.AnyTagClassName
{
color: #CA5371;
}
</style>
background-color css
<style>
a { background-color: #CA5371; }
a { background-color: rgb(202,83,113); }
div.DivClassName
{
background-color: #CA5371;
}
.BgClassName
{
background-color: #CA5371;
}
</style>
border-color css
<style>
span { border-color: #CA5371; }
span { border-color: rgb(202,83,113); }
td.TdClassName
{
border-color: #CA5371;
}
.TagClassName
{
border-color: #CA5371;
}
</style>