#CA7F80

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

Shades of Charm #CA7F80

Tints of Charm #CA7F80

Color information

#CA7F80 (or 0xCA7F80) is unknown color: approx Charm. HEX triplet: CA, 7F and 80. RGB value is (202,127,128). Sum of RGB (Red+Green+Blue) = 202+127+128=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F80 is #35807F. Grayscale: #959595. Windows color (decimal): -3506304 or 8421322. OLE color: 8421322.

HSL color Cylindrical-coordinate representation of color #CA7F80: hue angle of 359.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7F80 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202127128-
CMYK00.370.370.21
HSL359.2º41.44%64.51%-
HSV(B)359.2º37.13%79.22%-
XYZ35.8429.2924.19-
YUV149.54115.85165.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=44.20%
G=27.79%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212712800.370.370.21359.241.4464.51
HexCA7F8002525151672941
Octal312177200045452554751101
Binary110010101111111100000000100101100101101011011001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F80; }

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

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

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

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

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

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

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

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