#CA778E

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

Shades of Charm #CA778E

Tints of Charm #CA778E

Color information

#CA778E (or 0xCA778E) is unknown color: approx Charm. HEX triplet: CA, 77 and 8E. RGB value is (202,119,142). Sum of RGB (Red+Green+Blue) = 202+119+142=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA778E is #358871. Grayscale: #929292. Windows color (decimal): -3508338 or 9336778. OLE color: 9336778.

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

Color convert

RGB202119142-
CMYK00.410.300.21
HSL343.37º43.92%62.94%-
HSV(B)343.37º41.09%79.22%-
XYZ35.8427.729.05-
YUV146.44125.5167.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=43.63%
G=25.70%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211914200.410.300.21343.3743.9262.94
HexCA778E0291E151572c3f
Octal31216721605136255275477
Binary1100101011101111000111001010011111010101101010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA778E; }

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

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

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

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

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

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

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

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