#CA7781

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

Shades of Charm #CA7781

Tints of Charm #CA7781

Color information

#CA7781 (or 0xCA7781) is unknown color: approx Charm. HEX triplet: CA, 77 and 81. RGB value is (202,119,129). Sum of RGB (Red+Green+Blue) = 202+119+129=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7781 is #35887E. Grayscale: #919191. Windows color (decimal): -3508351 or 8484810. OLE color: 8484810.

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

Color convert

RGB202119129-
CMYK00.410.360.21
HSL352.77º43.92%62.94%-
HSV(B)352.77º41.09%79.22%-
XYZ34.9227.3424.2-
YUV144.96119168.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 129 (50.78% from 255) = 28.67%
R=44.89%
G=26.44%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211912900.410.360.21352.7743.9262.94
HexCA778102924151612c3f
Octal31216720105144255415477
Binary11001010111011110000001010100110010010101101100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7781; }

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

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

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

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

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

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

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

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