#CA537A

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

Shades of Cabaret #CA537A

Tints of Cabaret #CA537A

Color information

#CA537A (or 0xCA537A) is unknown color: approx Cabaret. HEX triplet: CA, 53 and 7A. RGB value is (202,83,122). Sum of RGB (Red+Green+Blue) = 202+83+122=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537A is #35AC85. Grayscale: #7A7A7A. Windows color (decimal): -3517574 or 8016842. OLE color: 8016842.

HSL color Cylindrical-coordinate representation of color #CA537A: hue angle of 340.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA537A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20283122-
CMYK00.590.400.21
HSL340.34º52.89%55.88%-
HSV(B)340.34º58.91%79.22%-
XYZ30.9620.1520.67-
YUV123.03127.42184.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=49.63%
G=20.39%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028312200.590.400.21340.3452.8955.88
HexCA537A03B28151543538
Octal31212317207350255246570
Binary1100101010100111111010011101110100010101101010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA537A; }

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

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

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

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

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

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

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

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