#CA897F

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

Shades of My Pink #CA897F

Tints of My Pink #CA897F

Color information

#CA897F (or 0xCA897F) is unknown color: approx My Pink. HEX triplet: CA, 89 and 7F. RGB value is (202,137,127). Sum of RGB (Red+Green+Blue) = 202+137+127=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA897F is #357680. Grayscale: #9B9B9B. Windows color (decimal): -3503745 or 8358346. OLE color: 8358346.

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

Color convert

RGB202137127-
CMYK00.320.370.21
HSL41.44%64.51%-
HSV(B)37.13%79.22%-
XYZ37.1331.9824.29-
YUV155.3112.03161.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213712700.320.370.21841.4464.51
HexCA897F020251582941
Octal31221117704045251051101
Binary1100101010001001111111101000001001011010110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA897F; }

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

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

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

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

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

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

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

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