#CA7778

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

Shades of Charm #CA7778

Tints of Charm #CA7778

Color information

#CA7778 (or 0xCA7778) is unknown color: approx Charm. HEX triplet: CA, 77 and 78. RGB value is (202,119,120). Sum of RGB (Red+Green+Blue) = 202+119+120=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7778 is #358887. Grayscale: #909090. Windows color (decimal): -3508360 or 7894986. OLE color: 7894986.

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

Color convert

RGB202119120-
CMYK00.410.410.21
HSL359.28º43.92%62.94%-
HSV(B)359.28º41.09%79.22%-
XYZ34.3427.1121.19-
YUV143.93114.5169.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=45.80%
G=26.98%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211912000.410.410.21359.2843.9262.94
HexCA777802929151672c3f
Octal31216717005151255475477
Binary1100101011101111111000010100110100110101101100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7778; }

 p { color: rgb(202,119,120); }

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

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

 a { background-color: rgb(202,119,120); }

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

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

 span { border-color: rgb(202,119,120); }

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