#D68C78

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

Shades of My Pink #D68C78

Tints of My Pink #D68C78

Color information

#D68C78 (or 0xD68C78) is unknown color: approx My Pink. HEX triplet: D6, 8C and 78. RGB value is (214,140,120). Sum of RGB (Red+Green+Blue) = 214+140+120=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C78 is #297387. Grayscale: #A0A0A0. Windows color (decimal): -2716552 or 7900374. OLE color: 7900374.

HSL color Cylindrical-coordinate representation of color #D68C78: hue angle of 12.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68C78 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214140120-
CMYK00.350.440.16
HSL12.77º53.41%65.49%-
HSV(B)12.77º43.93%83.92%-
XYZ40.534.4122.28-
YUV159.85105.52166.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=45.15%
G=29.54%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414012000.350.440.1612.7753.4165.49
HexD68C780232C10d3541
Octal32621417004354201565101
Binary1101011010001100111100001000111011001000011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C78; }

 p { color: rgb(214,140,120); }

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

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

 a { background-color: rgb(214,140,120); }

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

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

 span { border-color: rgb(214,140,120); }

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