#CA887B

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

Shades of My Pink #CA887B

Tints of My Pink #CA887B

Color information

#CA887B (or 0xCA887B) is unknown color: approx My Pink. HEX triplet: CA, 88 and 7B. RGB value is (202,136,123). Sum of RGB (Red+Green+Blue) = 202+136+123=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA887B is #357784. Grayscale: #9A9A9A. Windows color (decimal): -3504005 or 8095946. OLE color: 8095946.

HSL color Cylindrical-coordinate representation of color #CA887B: hue angle of 9.87º degrees, saturation: 0.43, 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 #CA887B is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202136123-
CMYK00.330.390.21
HSL9.87º42.7%63.73%-
HSV(B)9.87º39.11%79.22%-
XYZ36.7431.5922.9-
YUV154.25110.37162.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=43.82%
G=29.50%
B=26.68%

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
Decimal20213612300.330.390.219.8742.763.73
HexCA887B0212715a2b40
Octal31221017304147251253100
Binary1100101010001000111101101000011001111010110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA887B; }

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

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

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

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

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

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

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

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