#CA827D

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

Shades of My Pink #CA827D

Tints of My Pink #CA827D

Color information

#CA827D (or 0xCA827D) is unknown color: approx My Pink. HEX triplet: CA, 82 and 7D. RGB value is (202,130,125). Sum of RGB (Red+Green+Blue) = 202+130+125=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA827D is #357D82. Grayscale: #979797. Windows color (decimal): -3505539 or 8225482. OLE color: 8225482.

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

Color convert

RGB202130125-
CMYK00.360.380.21
HSL3.9º42.08%64.12%-
HSV(B)3.9º38.12%79.22%-
XYZ36.043023.29-
YUV150.96113.35164.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=44.20%
G=28.45%
B=27.35%

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
Decimal20213012500.360.380.213.942.0864.12
HexCA827D024261542a40
Octal3122021750444625452100
Binary110010101000001011111010100100100110101011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA827D; }

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

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

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

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

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

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

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

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