Shades of Cabaret #CA596B
Tints of Cabaret #CA596B
RGB
CMYK
RGB Variations
Color information
#CA596B (or 0xCA596B) is known color: Cabaret. HEX triplet: CA, 59 and 6B. RGB value is (202,89,107). Sum of RGB (Red+Green+Blue) = 202+89+107=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596B is #35A694. Grayscale: #7C7C7C. Windows color (decimal): -3516053 or 7035338. OLE color: 7035338.
HSL color Cylindrical-coordinate representation of color #CA596B: hue angle of 350.44º 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 #CA596B is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 107 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.21 |
| HSL | 350.44º | 0.52% | 0.57% | - |
| HSV(B) | 350.44º | 0.56% | 0.79% | - |
| XYZ | 30.58 | 20.76 | 16.31 | - |
| YUV | 124.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 107 | 0 | 0.56 | 0.47 | 0.21 | 350.44 | 0.52 | 0.57 |
| Hex | CA | 59 | 6B | 0 | 38 | 2F | 15 | 15E | 34 | 39 |
| Octal | 312 | 131 | 153 | 0 | 70 | 57 | 25 | 536 | 64 | 71 |
| Binary | 11001010 | 1011001 | 1101011 | 0 | 111000 | 101111 | 10101 | 101011110 | 110100 | 111001 |
Color Harmonies of #CA596B
Complementary color
Monochromatic Colors of #CA596B
Black with #CA596B
Text Example
Text Example
White with #CA596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA596B; }
p { color: rgb(202,89,107); }
H1.HeaderClassName
{
color: #CA596B;
}
.AnyTagClassName
{
color: #CA596B;
}
</style>
background-color css
<style>
a { background-color: #CA596B; }
a { background-color: rgb(202,89,107); }
div.DivClassName
{
background-color: #CA596B;
}
.BgClassName
{
background-color: #CA596B;
}
</style>
border-color css
<style>
span { border-color: #CA596B; }
span { border-color: rgb(202,89,107); }
td.TdClassName
{
border-color: #CA596B;
}
.TagClassName
{
border-color: #CA596B;
}
</style>