#CA7F89

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

Shades of Charm #CA7F89

Tints of Charm #CA7F89

Color information

#CA7F89 (or 0xCA7F89) is unknown color: approx Charm. HEX triplet: CA, 7F and 89. RGB value is (202,127,137). Sum of RGB (Red+Green+Blue) = 202+127+137=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F89 is #358076. Grayscale: #969696. Windows color (decimal): -3506295 or 9011146. OLE color: 9011146.

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

Color convert

RGB202127137-
CMYK00.370.320.21
HSL352º41.44%64.51%-
HSV(B)352º37.13%79.22%-
XYZ36.4629.5427.45-
YUV150.56120.35164.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=43.35%
G=27.25%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212713700.370.320.2135241.4464.51
HexCA7F8902520151602941
Octal312177211045402554051101
Binary110010101111111100010010100101100000101011011000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F89; }

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

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

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

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

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

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

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

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