#CA827F

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

Shades of My Pink #CA827F

Tints of My Pink #CA827F

Color information

#CA827F (or 0xCA827F) is unknown color: approx My Pink. HEX triplet: CA, 82 and 7F. RGB value is (202,130,127). Sum of RGB (Red+Green+Blue) = 202+130+127=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA827F is #357D80. Grayscale: #979797. Windows color (decimal): -3505537 or 8356554. OLE color: 8356554.

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

Color convert

RGB202130127-
CMYK00.360.370.21
HSL2.4º41.44%64.51%-
HSV(B)2.4º37.13%79.22%-
XYZ36.1730.0523.97-
YUV151.19114.35164.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 127 (50% from 255) = 27.67%
R=44.01%
G=28.32%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213012700.360.370.212.441.4464.51
HexCA827F024251522941
Octal3122021770444525251101
Binary11001010100000101111111010010010010110101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA827F; }

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

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

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

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

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

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

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

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