#806B81

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

Shades of Trendy Pink #806B81

Tints of Trendy Pink #806B81

Color information

#806B81 (or 0x806B81) is unknown color: approx Trendy Pink. HEX triplet: 80, 6B and 81. RGB value is (128,107,129). Sum of RGB (Red+Green+Blue) = 128+107+129=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 129 - color contains mainly: blue. Hex color #806B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B81 is #7F947E. Grayscale: #737373. Windows color (decimal): -8361087 or 8481664. OLE color: 8481664.

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

Color convert

RGB128107129-
CMYK0.010.1700.49
HSL297.27º9.32%46.27%-
HSV(B)297.27º17.05%50.59%-
XYZ18.1216.6923.04-
YUV115.79135.46136.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=35.16%
G=29.40%
B=35.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281071290.010.1700.49297.279.3246.27
Hex806B8111103112992e
Octal2001532011210614511156
Binary1000000011010111000000111000101100011001010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,107,129); }

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

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

 a { background-color: rgb(128,107,129); }

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

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

 span { border-color: rgb(128,107,129); }

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