#CA7780

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

Shades of Charm #CA7780

Tints of Charm #CA7780

Color information

#CA7780 (or 0xCA7780) is unknown color: approx Charm. HEX triplet: CA, 77 and 80. RGB value is (202,119,128). Sum of RGB (Red+Green+Blue) = 202+119+128=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7780 is #35887F. Grayscale: #909090. Windows color (decimal): -3508352 or 8419274. OLE color: 8419274.

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

Color convert

RGB202119128-
CMYK00.410.370.21
HSL353.49º43.92%62.94%-
HSV(B)353.49º41.09%79.22%-
XYZ34.8527.3123.86-
YUV144.84118.5168.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=44.99%
G=26.50%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211912800.410.370.21353.4943.9262.94
HexCA778002925151612c3f
Octal31216720005145255415477
Binary11001010111011110000000010100110010110101101100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7780; }

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

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

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

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

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

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

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

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