#806D83

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

Shades of Trendy Pink #806D83

Tints of Trendy Pink #806D83

Color information

#806D83 (or 0x806D83) is unknown color: approx Trendy Pink. HEX triplet: 80, 6D and 83. RGB value is (128,109,131). Sum of RGB (Red+Green+Blue) = 128+109+131=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #806D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D83 is #7F927C. Grayscale: #757575. Windows color (decimal): -8360573 or 8613248. OLE color: 8613248.

HSL color Cylindrical-coordinate representation of color #806D83: hue angle of 291.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806D83 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB128109131-
CMYK0.020.1700.49
HSL291.82º9.17%47.06%-
HSV(B)291.82º16.79%51.37%-
XYZ18.4717.1723.81-
YUV117.19135.79135.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=34.78%
G=29.62%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281091310.020.1700.49291.829.1747.06
Hex806D8321103112492f
Octal2001552032210614441157
Binary10000000110110110000011101000101100011001001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D83; }

 p { color: rgb(128,109,131); }

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

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

 a { background-color: rgb(128,109,131); }

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

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

 span { border-color: rgb(128,109,131); }

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