#CA877F

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

Shades of My Pink #CA877F

Tints of My Pink #CA877F

Color information

#CA877F (or 0xCA877F) is unknown color: approx My Pink. HEX triplet: CA, 87 and 7F. RGB value is (202,135,127). Sum of RGB (Red+Green+Blue) = 202+135+127=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA877F is #357880. Grayscale: #9A9A9A. Windows color (decimal): -3504257 or 8357834. OLE color: 8357834.

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

Color convert

RGB202135127-
CMYK00.330.370.21
HSL6.4º41.44%64.51%-
HSV(B)6.4º37.13%79.22%-
XYZ36.8531.4224.2-
YUV154.12112.7162.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 127 (50% from 255) = 27.37%
R=43.53%
G=29.09%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213512700.330.370.216.441.4464.51
HexCA877F021251562941
Octal3122071770414525651101
Binary110010101000011111111110100001100101101011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA877F; }

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

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

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

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

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

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

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

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