#CA758C

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

Shades of Charm #CA758C

Tints of Charm #CA758C

Color information

#CA758C (or 0xCA758C) is unknown color: approx Charm. HEX triplet: CA, 75 and 8C. RGB value is (202,117,140). Sum of RGB (Red+Green+Blue) = 202+117+140=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA758C is #358A73. Grayscale: #919191. Windows color (decimal): -3508852 or 9205194. OLE color: 9205194.

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

Color convert

RGB202117140-
CMYK00.420.310.21
HSL343.76º44.5%62.55%-
HSV(B)343.76º42.08%79.22%-
XYZ35.4527.1728.19-
YUV145.04125.16168.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=44.01%
G=25.49%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211714000.420.310.21343.7644.562.55
HexCA758C02A1F151582d3f
Octal31216521405237255305577
Binary1100101011101011000110001010101111110101101011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA758C; }

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

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

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

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

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

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

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

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