#CA887C

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

Shades of My Pink #CA887C

Tints of My Pink #CA887C

Color information

#CA887C (or 0xCA887C) is unknown color: approx My Pink. HEX triplet: CA, 88 and 7C. RGB value is (202,136,124). Sum of RGB (Red+Green+Blue) = 202+136+124=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA887C is #357783. Grayscale: #9A9A9A. Windows color (decimal): -3504004 or 8161482. OLE color: 8161482.

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

Color convert

RGB202136124-
CMYK00.330.390.21
HSL9.23º42.39%63.92%-
HSV(B)9.23º38.61%79.22%-
XYZ36.831.6223.23-
YUV154.37110.87161.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=43.72%
G=29.44%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213612400.330.390.219.2342.3963.92
HexCA887C021271592a40
Octal31221017404147251152100
Binary1100101010001000111110001000011001111010110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA887C; }

 p { color: rgb(202,136,124); }

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

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

 a { background-color: rgb(202,136,124); }

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

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

 span { border-color: rgb(202,136,124); }

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