Shades of Cabaret #CA596D
Tints of Cabaret #CA596D
RGB
CMYK
RGB Variations
Color information
#CA596D (or 0xCA596D) is known color: Cabaret. HEX triplet: CA, 59 and 6D. RGB value is (202,89,109). Sum of RGB (Red+Green+Blue) = 202+89+109=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596D is #35A692. Grayscale: #7D7D7D. Windows color (decimal): -3516051 or 7166410. OLE color: 7166410.
HSL color Cylindrical-coordinate representation of color #CA596D: hue angle of 349.38º 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 #CA596D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 109 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.21 |
| HSL | 349.38º | 0.52% | 0.57% | - |
| HSV(B) | 349.38º | 0.56% | 0.79% | - |
| XYZ | 30.69 | 20.81 | 16.87 | - |
| YUV | 125.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 109 | 0 | 0.56 | 0.46 | 0.21 | 349.38 | 0.52 | 0.57 |
| Hex | CA | 59 | 6D | 0 | 38 | 2E | 15 | 15D | 34 | 39 |
| Octal | 312 | 131 | 155 | 0 | 70 | 56 | 25 | 535 | 64 | 71 |
| Binary | 11001010 | 1011001 | 1101101 | 0 | 111000 | 101110 | 10101 | 101011101 | 110100 | 111001 |
Color Harmonies of #CA596D
Complementary color
Monochromatic Colors of #CA596D
Black with #CA596D
Text Example
Text Example
White with #CA596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA596D; }
p { color: rgb(202,89,109); }
H1.HeaderClassName
{
color: #CA596D;
}
.AnyTagClassName
{
color: #CA596D;
}
</style>
background-color css
<style>
a { background-color: #CA596D; }
a { background-color: rgb(202,89,109); }
div.DivClassName
{
background-color: #CA596D;
}
.BgClassName
{
background-color: #CA596D;
}
</style>
border-color css
<style>
span { border-color: #CA596D; }
span { border-color: rgb(202,89,109); }
td.TdClassName
{
border-color: #CA596D;
}
.TagClassName
{
border-color: #CA596D;
}
</style>