#CA557A

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

Shades of Cabaret #CA557A

Tints of Cabaret #CA557A

Color information

#CA557A (or 0xCA557A) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 7A. RGB value is (202,85,122). Sum of RGB (Red+Green+Blue) = 202+85+122=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA557A is #35AA85. Grayscale: #7C7C7C. Windows color (decimal): -3517062 or 8017354. OLE color: 8017354.

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

Color convert

RGB20285122-
CMYK00.580.400.21
HSL341.03º52.47%56.27%-
HSV(B)341.03º57.92%79.22%-
XYZ31.1220.4620.72-
YUV124.2126.76183.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=49.39%
G=20.78%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028512200.580.400.21341.0352.4756.27
HexCA557A03A28151553438
Octal31212517207250255256470
Binary1100101010101011111010011101010100010101101010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA557A; }

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

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

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

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

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

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

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

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