#CA587B

Color #CA587B Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CA587B

Tints of Cabaret #CA587B

Color information

#CA587B (or 0xCA587B) is unknown color: approx 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

RGB20288123-
CMYK00.560.390.21
HSL341.58º51.82%56.86%-
HSV(B)341.58º56.44%79.22%-
XYZ31.4220.9721.13-
YUV126.08126.27182.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=48.91%
G=21.31%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028812300.560.390.21341.5851.8256.86
HexCA587B03827151563439
Octal31213017307047255266471
Binary1100101010110001111011011100010011110101101010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>