Html Css Color HEX #856081 Trendy Pink

📋 copy color: '#856081'

red 133 ◦ green 96 ◦ blue 129

#856081
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #856081

Tints of Trendy Pink #856081

RGB

 RED value IS 133 (52.34% from 255) = 37.15%

 GREEN value IS 96 (37.89% from 255) = 26.82%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 37.15%
G = 26.82%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#856081 (or 0x856081) is known color: Trendy Pink. HEX triplet: 85, 60 and 81. RGB value is (133,96,129). Sum of RGB (Red+Green+Blue) = 133+96+129=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #856081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856081 is #7A9F7E. Grayscale: #6E6E6E. Windows color (decimal): -8036223 or 8478853. OLE color: 8478853.

HSL color Cylindrical-coordinate representation of color #856081: hue angle of 306.49º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856081 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 129 -
CMYK 0 0.28 0.03 0.48
HSL 306.49º 0.16% 0.45% -
HSV(B) 306.49º 0.28% 0.52% -
XYZ 17.82 14.94 22.71 -
YUV 110.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 133 96 129 0 0.28 0.03 0.48 306.49 0.16 0.45
Hex 85 60 81 0 1C 3 30 132 10 2D
Octal 205 140 201 0 34 3 60 462 20 55
Binary 10000101 1100000 10000001 0 11100 11 110000 100110010 10000 101101

Color Harmonies of #856081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856081

Black with #856081

Text Example


Text Example

White with #856081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856081; }

 p { color: rgb(133,96,129); }

 H1.HeaderClassName
 {
   color: #856081;
 }
 .AnyTagClassName
 {
   color: #856081;
 }
</style>

background-color css

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

 a { background-color: rgb(133,96,129); }

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

border-color css

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

 span { border-color: rgb(133,96,129); }

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