#CA827E

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

Shades of My Pink #CA827E

Tints of My Pink #CA827E

Color information

#CA827E (or 0xCA827E) is unknown color: approx My Pink. HEX triplet: CA, 82 and 7E. RGB value is (202,130,126). Sum of RGB (Red+Green+Blue) = 202+130+126=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA827E is #357D81. Grayscale: #979797. Windows color (decimal): -3505538 or 8291018. OLE color: 8291018.

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

Color convert

RGB202130126-
CMYK00.360.380.21
HSL3.16º41.76%64.31%-
HSV(B)3.16º37.62%79.22%-
XYZ36.1130.0323.63-
YUV151.07113.85164.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=44.10%
G=28.38%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213012600.360.380.213.1641.7664.31
HexCA827E024261532a40
Octal3122021760444625352100
Binary11001010100000101111110010010010011010101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA827E; }

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

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

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

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

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

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

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

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