#CA7480

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

Shades of Charm #CA7480

Tints of Charm #CA7480

Color information

#CA7480 (or 0xCA7480) is unknown color: approx Charm. HEX triplet: CA, 74 and 80. RGB value is (202,116,128). Sum of RGB (Red+Green+Blue) = 202+116+128=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7480 is #358B7F. Grayscale: #8F8F8F. Windows color (decimal): -3509120 or 8418506. OLE color: 8418506.

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

Color convert

RGB202116128-
CMYK00.430.370.21
HSL351.63º44.79%62.35%-
HSV(B)351.63º42.57%79.22%-
XYZ34.526.6123.74-
YUV143.08119.49170.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=45.29%
G=26.01%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211612800.430.370.21351.6344.7962.35
HexCA748002B25151602d3e
Octal31216420005345255405576
Binary11001010111010010000000010101110010110101101100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7480; }

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

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

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

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

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

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

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

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