#CA777F

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

Shades of Charm #CA777F

Tints of Charm #CA777F

Color information

#CA777F (or 0xCA777F) is unknown color: approx Charm. HEX triplet: CA, 77 and 7F. RGB value is (202,119,127). Sum of RGB (Red+Green+Blue) = 202+119+127=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA777F is #358880. Grayscale: #909090. Windows color (decimal): -3508353 or 8353738. OLE color: 8353738.

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

Color convert

RGB202119127-
CMYK00.410.370.21
HSL354.22º43.92%62.94%-
HSV(B)354.22º41.09%79.22%-
XYZ34.7827.2823.51-
YUV144.73118168.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 127 (50% from 255) = 28.35%
R=45.09%
G=26.56%
B=28.35%

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
Decimal20211912700.410.370.21354.2243.9262.94
HexCA777F02925151622c3f
Octal31216717705145255425477
Binary1100101011101111111111010100110010110101101100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA777F; }

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

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

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

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

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

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

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

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