#CC8178

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

Shades of My Pink #CC8178

Tints of My Pink #CC8178

Color information

#CC8178 (or 0xCC8178) is unknown color: approx My Pink. HEX triplet: CC, 81 and 78. RGB value is (204,129,120). Sum of RGB (Red+Green+Blue) = 204+129+120=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8178 is #337E87. Grayscale: #969696. Windows color (decimal): -3374728 or 7897548. OLE color: 7897548.

HSL color Cylindrical-coordinate representation of color #CC8178: hue angle of 6.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8178 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204129120-
CMYK00.370.410.2
HSL6.43º45.16%63.53%-
HSV(B)6.43º41.18%80%-
XYZ36.1429.8921.63-
YUV150.4110.85166.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=45.03%
G=28.48%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412912000.370.410.26.4345.1663.53
HexCC8178025291462d40
Octal3142011700455124655100
Binary110011001000000111110000100101101001101001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8178; }

 p { color: rgb(204,129,120); }

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

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

 a { background-color: rgb(204,129,120); }

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

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

 span { border-color: rgb(204,129,120); }

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