#CA597A

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

Shades of Cabaret #CA597A

Tints of Cabaret #CA597A

Color information

#CA597A (or 0xCA597A) is unknown color: approx Cabaret. HEX triplet: CA, 59 and 7A. RGB value is (202,89,122). Sum of RGB (Red+Green+Blue) = 202+89+122=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA597A is #35A685. Grayscale: #7E7E7E. Windows color (decimal): -3516038 or 8018378. OLE color: 8018378.

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

Color convert

RGB20289122-
CMYK00.560.400.21
HSL342.48º51.6%57.06%-
HSV(B)342.48º55.94%79.22%-
XYZ31.4421.1120.83-
YUV126.55125.44181.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=48.91%
G=21.55%
B=29.54%

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
Decimal2028912200.560.400.21342.4851.657.06
HexCA597A03828151563439
Octal31213117207050255266471
Binary1100101010110011111010011100010100010101101010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA597A; }

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

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

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

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

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

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

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

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