#CA797A

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

Shades of Charm #CA797A

Tints of Charm #CA797A

Color information

#CA797A (or 0xCA797A) is unknown color: approx Charm. HEX triplet: CA, 79 and 7A. RGB value is (202,121,122). Sum of RGB (Red+Green+Blue) = 202+121+122=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA797A is #358685. Grayscale: #919191. Windows color (decimal): -3507846 or 8026570. OLE color: 8026570.

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

Color convert

RGB202121122-
CMYK00.400.400.21
HSL359.26º43.32%63.33%-
HSV(B)359.26º40.1%79.22%-
XYZ34.7127.6421.92-
YUV145.33114.84168.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=45.39%
G=27.19%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212112200.400.400.21359.2643.3263.33
HexCA797A02828151672b3f
Octal31217117205050255475377
Binary1100101011110011111010010100010100010101101100111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA797A; }

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

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

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

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

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

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

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

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