#CA797D

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

Shades of Charm #CA797D

Tints of Charm #CA797D

Color information

#CA797D (or 0xCA797D) is unknown color: approx Charm. HEX triplet: CA, 79 and 7D. RGB value is (202,121,125). Sum of RGB (Red+Green+Blue) = 202+121+125=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA797D is #358682. Grayscale: #919191. Windows color (decimal): -3507843 or 8223178. OLE color: 8223178.

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

Color convert

RGB202121125-
CMYK00.400.380.21
HSL357.04º43.32%63.33%-
HSV(B)357.04º40.1%79.22%-
XYZ34.927.7122.91-
YUV145.68116.34168.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=45.09%
G=27.01%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212112500.400.380.21357.0443.3263.33
HexCA797D02826151652b3f
Octal31217117505046255455377
Binary1100101011110011111101010100010011010101101100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA797D; }

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

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

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

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

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

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

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

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