#806C83

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

Shades of Trendy Pink #806C83

Tints of Trendy Pink #806C83

Color information

#806C83 (or 0x806C83) is unknown color: approx Trendy Pink. HEX triplet: 80, 6C and 83. RGB value is (128,108,131). Sum of RGB (Red+Green+Blue) = 128+108+131=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #806C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C83 is #7F937C. Grayscale: #747474. Windows color (decimal): -8360829 or 8612992. OLE color: 8612992.

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

Color convert

RGB128108131-
CMYK0.020.1800.49
HSL292.17º9.62%46.86%-
HSV(B)292.17º17.56%51.37%-
XYZ18.3616.9523.78-
YUV116.6136.13136.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=34.88%
G=29.43%
B=35.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281081310.020.1800.49292.179.6246.86
Hex806C83212031124a2f
Octal2001542032220614441257
Binary10000000110110010000011101001001100011001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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