Shades of Cabaret #CA596E
Tints of Cabaret #CA596E
RGB
CMYK
RGB Variations
Color information
#CA596E (or 0xCA596E) is known color: Cabaret. HEX triplet: CA, 59 and 6E. RGB value is (202,89,110). Sum of RGB (Red+Green+Blue) = 202+89+110=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596E is #35A691. Grayscale: #7D7D7D. Windows color (decimal): -3516050 or 7231946. OLE color: 7231946.
HSL color Cylindrical-coordinate representation of color #CA596E: hue angle of 348.85º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA596E is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 110 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.21 |
| HSL | 348.85º | 0.52% | 0.57% | - |
| HSV(B) | 348.85º | 0.56% | 0.79% | - |
| XYZ | 30.74 | 20.83 | 17.15 | - |
| YUV | 125.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 110 | 0 | 0.56 | 0.46 | 0.21 | 348.85 | 0.52 | 0.57 |
| Hex | CA | 59 | 6E | 0 | 38 | 2E | 15 | 15D | 34 | 39 |
| Octal | 312 | 131 | 156 | 0 | 70 | 56 | 25 | 535 | 64 | 71 |
| Binary | 11001010 | 1011001 | 1101110 | 0 | 111000 | 101110 | 10101 | 101011101 | 110100 | 111001 |
Color Harmonies of #CA596E
Complementary color
Monochromatic Colors of #CA596E
Black with #CA596E
Text Example
Text Example
White with #CA596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA596E; }
p { color: rgb(202,89,110); }
H1.HeaderClassName
{
color: #CA596E;
}
.AnyTagClassName
{
color: #CA596E;
}
</style>
background-color css
<style>
a { background-color: #CA596E; }
a { background-color: rgb(202,89,110); }
div.DivClassName
{
background-color: #CA596E;
}
.BgClassName
{
background-color: #CA596E;
}
</style>
border-color css
<style>
span { border-color: #CA596E; }
span { border-color: rgb(202,89,110); }
td.TdClassName
{
border-color: #CA596E;
}
.TagClassName
{
border-color: #CA596E;
}
</style>