#CA897D

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

Shades of My Pink #CA897D

Tints of My Pink #CA897D

Color information

#CA897D (or 0xCA897D) is unknown color: approx My Pink. HEX triplet: CA, 89 and 7D. RGB value is (202,137,125). Sum of RGB (Red+Green+Blue) = 202+137+125=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA897D is #357682. Grayscale: #9B9B9B. Windows color (decimal): -3503747 or 8227274. OLE color: 8227274.

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

Color convert

RGB202137125-
CMYK00.320.380.21
HSL9.35º42.08%64.12%-
HSV(B)9.35º38.12%79.22%-
XYZ3731.9323.61-
YUV155.07111.03161.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=43.53%
G=29.53%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213712500.320.380.219.3542.0864.12
HexCA897D020261592a40
Octal31221117504046251152100
Binary1100101010001001111110101000001001101010110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA897D; }

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

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

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

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

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

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

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

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