Shades of Cabaret #CA5E6C
Tints of Cabaret #CA5E6C
RGB
CMYK
RGB Variations
Color information
#CA5E6C (or 0xCA5E6C) is known color: Cabaret. HEX triplet: CA, 5E and 6C. RGB value is (202,94,108). Sum of RGB (Red+Green+Blue) = 202+94+108=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E6C is #35A193. Grayscale: #7F7F7F. Windows color (decimal): -3514772 or 7102154. OLE color: 7102154.
HSL color Cylindrical-coordinate representation of color #CA5E6C: hue angle of 352.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E6C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 108 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.21 |
| HSL | 352.22º | 0.5% | 0.58% | - |
| HSV(B) | 352.22º | 0.53% | 0.79% | - |
| XYZ | 31.07 | 21.64 | 16.73 | - |
| YUV | 127.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 108 | 0 | 0.53 | 0.47 | 0.21 | 352.22 | 0.5 | 0.58 |
| Hex | CA | 5E | 6C | 0 | 35 | 2F | 15 | 160 | 32 | 3A |
| Octal | 312 | 136 | 154 | 0 | 65 | 57 | 25 | 540 | 62 | 72 |
| Binary | 11001010 | 1011110 | 1101100 | 0 | 110101 | 101111 | 10101 | 101100000 | 110010 | 111010 |
Color Harmonies of #CA5E6C
Complementary color
Monochromatic Colors of #CA5E6C
Black with #CA5E6C
Text Example
Text Example
White with #CA5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E6C; }
p { color: rgb(202,94,108); }
H1.HeaderClassName
{
color: #CA5E6C;
}
.AnyTagClassName
{
color: #CA5E6C;
}
</style>
background-color css
<style>
a { background-color: #CA5E6C; }
a { background-color: rgb(202,94,108); }
div.DivClassName
{
background-color: #CA5E6C;
}
.BgClassName
{
background-color: #CA5E6C;
}
</style>
border-color css
<style>
span { border-color: #CA5E6C; }
span { border-color: rgb(202,94,108); }
td.TdClassName
{
border-color: #CA5E6C;
}
.TagClassName
{
border-color: #CA5E6C;
}
</style>