#CA8878

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

Shades of My Pink #CA8878

Tints of My Pink #CA8878

Color information

#CA8878 (or 0xCA8878) is unknown color: approx My Pink. HEX triplet: CA, 88 and 78. RGB value is (202,136,120). Sum of RGB (Red+Green+Blue) = 202+136+120=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8878 is #357787. Grayscale: #9A9A9A. Windows color (decimal): -3504008 or 7899338. OLE color: 7899338.

HSL color Cylindrical-coordinate representation of color #CA8878: hue angle of 11.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8878 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202136120-
CMYK00.330.410.21
HSL11.71º43.62%63.14%-
HSV(B)11.71º40.59%79.22%-
XYZ36.5531.5221.93-
YUV153.91108.87162.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=44.10%
G=29.69%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213612000.330.410.2111.7143.6263.14
HexCA88780212915c2c3f
Octal3122101700415125145477
Binary110010101000100011110000100001101001101011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8878; }

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

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

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

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

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

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

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

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