#C87F78

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

Shades of My Pink #C87F78

Tints of My Pink #C87F78

Color information

#C87F78 (or 0xC87F78) is unknown color: approx My Pink. HEX triplet: C8, 7F and 78. RGB value is (200,127,120). Sum of RGB (Red+Green+Blue) = 200+127+120=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F78 is #378087. Grayscale: #949494. Windows color (decimal): -3637384 or 7897032. OLE color: 7897032.

HSL color Cylindrical-coordinate representation of color #C87F78: hue angle of 5.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87F78 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB200127120-
CMYK00.360.40.22
HSL5.25º42.11%62.75%-
HSV(B)5.25º40%78.43%-
XYZ34.828.8121.5-
YUV148.03112.18165.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=44.74%
G=28.41%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012712000.360.40.225.2542.1162.75
HexC87F78024281652a3f
Octal310177170044502655277
Binary1100100011111111111000010010010100010110101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F78; }

 p { color: rgb(200,127,120); }

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

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

 a { background-color: rgb(200,127,120); }

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

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

 span { border-color: rgb(200,127,120); }

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