#CA7982

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

Shades of Charm #CA7982

Tints of Charm #CA7982

Color information

#CA7982 (or 0xCA7982) is unknown color: approx Charm. HEX triplet: CA, 79 and 82. RGB value is (202,121,130). Sum of RGB (Red+Green+Blue) = 202+121+130=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7982 is #35867D. Grayscale: #929292. Windows color (decimal): -3507838 or 8550858. OLE color: 8550858.

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

Color convert

RGB202121130-
CMYK00.400.360.21
HSL353.33º43.32%63.33%-
HSV(B)353.33º40.1%79.22%-
XYZ35.2227.8424.64-
YUV146.24118.84167.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=44.59%
G=26.71%
B=28.70%

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
Decimal20212113000.400.360.21353.3343.3263.33
HexCA798202824151612b3f
Octal31217120205044255415377
Binary11001010111100110000010010100010010010101101100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7982; }

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

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

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

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

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

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

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

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