Shades of Cabaret #CA5671
Tints of Cabaret #CA5671
RGB
CMYK
RGB Variations
Color information
#CA5671 (or 0xCA5671) is known color: Cabaret. HEX triplet: CA, 56 and 71. RGB value is (202,86,113). Sum of RGB (Red+Green+Blue) = 202+86+113=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5671 is #35A98E. Grayscale: #7B7B7B. Windows color (decimal): -3516815 or 7427786. OLE color: 7427786.
HSL color Cylindrical-coordinate representation of color #CA5671: hue angle of 346.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5671 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 113 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.21 |
| HSL | 346.03º | 0.52% | 0.56% | - |
| HSV(B) | 346.03º | 0.57% | 0.79% | - |
| XYZ | 30.67 | 20.4 | 17.94 | - |
| YUV | 123.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 113 | 0 | 0.57 | 0.44 | 0.21 | 346.03 | 0.52 | 0.56 |
| Hex | CA | 56 | 71 | 0 | 39 | 2C | 15 | 15A | 34 | 38 |
| Octal | 312 | 126 | 161 | 0 | 71 | 54 | 25 | 532 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1110001 | 0 | 111001 | 101100 | 10101 | 101011010 | 110100 | 111000 |
Color Harmonies of #CA5671
Complementary color
Monochromatic Colors of #CA5671
Black with #CA5671
Text Example
Text Example
White with #CA5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5671; }
p { color: rgb(202,86,113); }
H1.HeaderClassName
{
color: #CA5671;
}
.AnyTagClassName
{
color: #CA5671;
}
</style>
background-color css
<style>
a { background-color: #CA5671; }
a { background-color: rgb(202,86,113); }
div.DivClassName
{
background-color: #CA5671;
}
.BgClassName
{
background-color: #CA5671;
}
</style>
border-color css
<style>
span { border-color: #CA5671; }
span { border-color: rgb(202,86,113); }
td.TdClassName
{
border-color: #CA5671;
}
.TagClassName
{
border-color: #CA5671;
}
</style>