#CA587A

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

Shades of Cabaret #CA587A

Tints of Cabaret #CA587A

Color information

#CA587A (or 0xCA587A) is unknown color: approx Cabaret. HEX triplet: CA, 58 and 7A. RGB value is (202,88,122). Sum of RGB (Red+Green+Blue) = 202+88+122=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA587A is #35A785. Grayscale: #7D7D7D. Windows color (decimal): -3516294 or 8018122. OLE color: 8018122.

HSL color Cylindrical-coordinate representation of color #CA587A: hue angle of 342.11º 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 #CA587A is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20288122-
CMYK00.560.400.21
HSL342.11º51.82%56.86%-
HSV(B)342.11º56.44%79.22%-
XYZ31.3620.9420.8-
YUV125.96125.77182.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=49.03%
G=21.36%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028812200.560.400.21342.1151.8256.86
HexCA587A03828151563439
Octal31213017207050255266471
Binary1100101010110001111010011100010100010101101010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA587A; }

 p { color: rgb(202,88,122); }

 H1.HeaderClassName
 {
   color: #CA587A;
 }
 .AnyTagClassName
 {
   color: #CA587A;
 }
</style>
background-color css

<style>
 a { background-color: #CA587A; }

 a { background-color: rgb(202,88,122); }

 div.DivClassName
 {
   background-color: #CA587A;
 }
 .BgClassName
 {
   background-color: #CA587A;
 }
</style>
border-color css

<style>
 span { border-color: #CA587A; }

 span { border-color: rgb(202,88,122); }

 td.TdClassName
 {
   border-color: #CA587A;
 }
 .TagClassName
 {
   border-color: #CA587A;
 }
</style>