#CA758E

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

Shades of Charm #CA758E

Tints of Charm #CA758E

Color information

#CA758E (or 0xCA758E) is unknown color: approx Charm. HEX triplet: CA, 75 and 8E. RGB value is (202,117,142). Sum of RGB (Red+Green+Blue) = 202+117+142=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA758E is #358A71. Grayscale: #919191. Windows color (decimal): -3508850 or 9336266. OLE color: 9336266.

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

Color convert

RGB202117142-
CMYK00.420.300.21
HSL342.35º44.5%62.55%-
HSV(B)342.35º42.08%79.22%-
XYZ35.627.2328.97-
YUV145.26126.16168.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=43.82%
G=25.38%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211714200.420.300.21342.3544.562.55
HexCA758E02A1E151562d3f
Octal31216521605236255265577
Binary1100101011101011000111001010101111010101101010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA758E; }

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

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

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

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

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

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

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

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