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