#CA7580

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

Shades of Charm #CA7580

Tints of Charm #CA7580

Color information

#CA7580 (or 0xCA7580) is unknown color: approx Charm. HEX triplet: CA, 75 and 80. RGB value is (202,117,128). Sum of RGB (Red+Green+Blue) = 202+117+128=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7580 is #358A7F. Grayscale: #8F8F8F. Windows color (decimal): -3508864 or 8418762. OLE color: 8418762.

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

Color convert

RGB202117128-
CMYK00.420.370.21
HSL352.24º44.5%62.55%-
HSV(B)352.24º42.08%79.22%-
XYZ34.6126.8423.78-
YUV143.67119.16169.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=45.19%
G=26.17%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211712800.420.370.21352.2444.562.55
HexCA758002A25151602d3f
Octal31216520005245255405577
Binary11001010111010110000000010101010010110101101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7580; }

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

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

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

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

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

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

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

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