#D68C82

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

Shades of My Pink #D68C82

Tints of My Pink #D68C82

Color information

#D68C82 (or 0xD68C82) is unknown color: approx My Pink. HEX triplet: D6, 8C and 82. RGB value is (214,140,130). Sum of RGB (Red+Green+Blue) = 214+140+130=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C82 is #29737D. Grayscale: #A1A1A1. Windows color (decimal): -2716542 or 8555734. OLE color: 8555734.

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

Color convert

RGB214140130-
CMYK00.350.390.16
HSL7.14º50.6%67.45%-
HSV(B)7.14º39.25%83.92%-
XYZ41.1434.6625.64-
YUV160.99110.52165.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=44.21%
G=28.93%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414013000.350.390.167.1450.667.45
HexD68C82023271073343
Octal3262142020434720763103
Binary1101011010001100100000100100011100111100001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C82; }

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

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

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

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

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

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

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

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