#CA778F

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

Shades of Charm #CA778F

Tints of Charm #CA778F

Color information

#CA778F (or 0xCA778F) is unknown color: approx Charm. HEX triplet: CA, 77 and 8F. RGB value is (202,119,143). Sum of RGB (Red+Green+Blue) = 202+119+143=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA778F is #358870. Grayscale: #929292. Windows color (decimal): -3508337 or 9402314. OLE color: 9402314.

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

Color convert

RGB202119143-
CMYK00.410.290.21
HSL342.65º43.92%62.94%-
HSV(B)342.65º41.09%79.22%-
XYZ35.9127.7329.45-
YUV146.55126167.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=43.53%
G=25.65%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211914300.410.290.21342.6543.9262.94
HexCA778F0291D151572c3f
Octal31216721705135255275477
Binary1100101011101111000111101010011110110101101010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA778F; }

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

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

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

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

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

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

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

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