#CA7A80

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

Shades of Charm #CA7A80

Tints of Charm #CA7A80

Color information

#CA7A80 (or 0xCA7A80) is unknown color: approx Charm. HEX triplet: CA, 7A and 80. RGB value is (202,122,128). Sum of RGB (Red+Green+Blue) = 202+122+128=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A80 is #35857F. Grayscale: #929292. Windows color (decimal): -3507584 or 8420042. OLE color: 8420042.

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

Color convert

RGB202122128-
CMYK00.400.370.21
HSL355.5º43.01%63.53%-
HSV(B)355.5º39.6%79.22%-
XYZ35.2128.0323.98-
YUV146.6117.5167.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=44.69%
G=26.99%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212212800.400.370.21355.543.0163.53
HexCA7A8002825151642b40
Octal312172200050452554453100
Binary110010101111010100000000101000100101101011011001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A80; }

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

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

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

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

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

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

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

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