#C88778

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

Shades of My Pink #C88778

Tints of My Pink #C88778

Color information

#C88778 (or 0xC88778) is unknown color: approx My Pink. HEX triplet: C8, 87 and 78. RGB value is (200,135,120). Sum of RGB (Red+Green+Blue) = 200+135+120=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C88778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88778 is #377887. Grayscale: #989898. Windows color (decimal): -3635336 or 7899080. OLE color: 7899080.

HSL color Cylindrical-coordinate representation of color #C88778: hue angle of 11.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 #C88778 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB200135120-
CMYK00.320.40.22
HSL11.25º42.11%62.75%-
HSV(B)11.25º40%78.43%-
XYZ35.8730.9621.86-
YUV152.72109.53161.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=43.96%
G=29.67%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013512000.320.40.2211.2542.1162.75
HexC887780202816b2a3f
Octal3102071700405026135277
Binary110010001000011111110000100000101000101101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88778; }

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

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

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

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

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

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

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

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