#D68C7F

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

Shades of My Pink #D68C7F

Tints of My Pink #D68C7F

Color information

#D68C7F (or 0xD68C7F) is unknown color: approx My Pink. HEX triplet: D6, 8C and 7F. RGB value is (214,140,127). Sum of RGB (Red+Green+Blue) = 214+140+127=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C7F is #297380. Grayscale: #A0A0A0. Windows color (decimal): -2716545 or 8359126. OLE color: 8359126.

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

Color convert

RGB214140127-
CMYK00.350.410.16
HSL8.97º51.48%66.86%-
HSV(B)8.97º40.65%83.92%-
XYZ40.9434.5824.6-
YUV160.64109.02166.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 127 (50% from 255) = 26.40%
R=44.49%
G=29.11%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414012700.350.410.168.9751.4866.86
HexD68C7F023291093343
Octal32621417704351201163103
Binary1101011010001100111111101000111010011000010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C7F; }

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

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

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

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

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

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

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

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