#CA7A82

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

Shades of Charm #CA7A82

Tints of Charm #CA7A82

Color information

#CA7A82 (or 0xCA7A82) is unknown color: approx Charm. HEX triplet: CA, 7A and 82. RGB value is (202,122,130). Sum of RGB (Red+Green+Blue) = 202+122+130=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A82 is #35857D. Grayscale: #929292. Windows color (decimal): -3507582 or 8551114. OLE color: 8551114.

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

Color convert

RGB202122130-
CMYK00.400.360.21
HSL354º43.01%63.53%-
HSV(B)354º39.6%79.22%-
XYZ35.3528.0924.68-
YUV146.83118.5167.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=44.49%
G=26.87%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212213000.400.360.2135443.0163.53
HexCA7A8202824151622b40
Octal312172202050442554253100
Binary110010101111010100000100101000100100101011011000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A82; }

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

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

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

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

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

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

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

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