Shades of Cabaret #CA587B
Tints of Cabaret #CA587B
RGB
CMYK
RGB Variations
Color information
#CA587B (or 0xCA587B) is known color: Cabaret. HEX triplet: CA, 58 and 7B. RGB value is (202,88,123). Sum of RGB (Red+Green+Blue) = 202+88+123=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA587B is #35A784. Grayscale: #7E7E7E. Windows color (decimal): -3516293 or 8083658. OLE color: 8083658.
HSL color Cylindrical-coordinate representation of color #CA587B: hue angle of 341.58º 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 #CA587B is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 123 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.21 |
| HSL | 341.58º | 0.52% | 0.57% | - |
| HSV(B) | 341.58º | 0.56% | 0.79% | - |
| XYZ | 31.42 | 20.97 | 21.13 | - |
| YUV | 126.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 123 | 0 | 0.56 | 0.39 | 0.21 | 341.58 | 0.52 | 0.57 |
| Hex | CA | 58 | 7B | 0 | 38 | 27 | 15 | 156 | 34 | 39 |
| Octal | 312 | 130 | 173 | 0 | 70 | 47 | 25 | 526 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1111011 | 0 | 111000 | 100111 | 10101 | 101010110 | 110100 | 111001 |
Color Harmonies of #CA587B
Complementary color
Monochromatic Colors of #CA587B
Black with #CA587B
Text Example
Text Example
White with #CA587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA587B; }
p { color: rgb(202,88,123); }
H1.HeaderClassName
{
color: #CA587B;
}
.AnyTagClassName
{
color: #CA587B;
}
</style>
background-color css
<style>
a { background-color: #CA587B; }
a { background-color: rgb(202,88,123); }
div.DivClassName
{
background-color: #CA587B;
}
.BgClassName
{
background-color: #CA587B;
}
</style>
border-color css
<style>
span { border-color: #CA587B; }
span { border-color: rgb(202,88,123); }
td.TdClassName
{
border-color: #CA587B;
}
.TagClassName
{
border-color: #CA587B;
}
</style>