#CA757C

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

Shades of Charm #CA757C

Tints of Charm #CA757C

Color information

#CA757C (or 0xCA757C) is unknown color: approx Charm. HEX triplet: CA, 75 and 7C. RGB value is (202,117,124). Sum of RGB (Red+Green+Blue) = 202+117+124=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA757C is #358A83. Grayscale: #8F8F8F. Windows color (decimal): -3508868 or 8156618. OLE color: 8156618.

HSL color Cylindrical-coordinate representation of color #CA757C: hue angle of 355.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA757C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202117124-
CMYK00.420.390.21
HSL355.06º44.5%62.55%-
HSV(B)355.06º42.08%79.22%-
XYZ34.3626.7322.42-
YUV143.21117.16169.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=45.60%
G=26.41%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211712400.420.390.21355.0644.562.55
HexCA757C02A27151632d3f
Octal31216517405247255435577
Binary1100101011101011111100010101010011110101101100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA757C; }

 p { color: rgb(202,117,124); }

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

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

 a { background-color: rgb(202,117,124); }

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

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

 span { border-color: rgb(202,117,124); }

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