#CA7E81

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

Shades of Charm #CA7E81

Tints of Charm #CA7E81

Color information

#CA7E81 (or 0xCA7E81) is unknown color: approx Charm. HEX triplet: CA, 7E and 81. RGB value is (202,126,129). Sum of RGB (Red+Green+Blue) = 202+126+129=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E81 is #35817E. Grayscale: #959595. Windows color (decimal): -3506559 or 8486602. OLE color: 8486602.

HSL color Cylindrical-coordinate representation of color #CA7E81: hue angle of 357.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7E81 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202126129-
CMYK00.380.360.21
HSL357.63º41.76%64.31%-
HSV(B)357.63º37.62%79.22%-
XYZ35.7829.0624.49-
YUV149.07116.68165.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=44.20%
G=27.57%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212612900.380.360.21357.6341.7664.31
HexCA7E8102624151662a40
Octal312176201046442554652100
Binary110010101111110100000010100110100100101011011001101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E81; }

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

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

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

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

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

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

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

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