#CA7581

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

Shades of Charm #CA7581

Tints of Charm #CA7581

Color information

#CA7581 (or 0xCA7581) is unknown color: approx Charm. HEX triplet: CA, 75 and 81. RGB value is (202,117,129). Sum of RGB (Red+Green+Blue) = 202+117+129=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7581 is #358A7E. Grayscale: #8F8F8F. Windows color (decimal): -3508863 or 8484298. OLE color: 8484298.

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

Color convert

RGB202117129-
CMYK00.420.360.21
HSL351.53º44.5%62.55%-
HSV(B)351.53º42.08%79.22%-
XYZ34.6826.8624.13-
YUV143.78119.66169.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=45.09%
G=26.12%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211712900.420.360.21351.5344.562.55
HexCA758102A24151602d3f
Octal31216520105244255405577
Binary11001010111010110000001010101010010010101101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7581; }

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

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

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

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

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

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

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

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