Html Css Color HEX #855176 Trendy Pink

📋 copy color: '#855176'

red 133 ◦ green 81 ◦ blue 118

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

Shades of Trendy Pink #855176

Tints of Trendy Pink #855176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 40.06%
G = 24.4%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855176 (or 0x855176) is known color: Trendy Pink. HEX triplet: 85, 51 and 76. RGB value is (133,81,118). Sum of RGB (Red+Green+Blue) = 133+81+118=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855176 is #7AAE89. Grayscale: #646464. Windows color (decimal): -8040074 or 7754117. OLE color: 7754117.

HSL color Cylindrical-coordinate representation of color #855176: hue angle of 317.31º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855176 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 118 -
CMYK 0 0.39 0.11 0.48
HSL 317.31º 0.24% 0.42% -
HSV(B) 317.31º 0.39% 0.52% -
XYZ 15.89 12.18 18.65 -
YUV 100.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 133 81 118 0 0.39 0.11 0.48 317.31 0.24 0.42
Hex 85 51 76 0 27 B 30 13D 18 2A
Octal 205 121 166 0 47 13 60 475 30 52
Binary 10000101 1010001 1110110 0 100111 1011 110000 100111101 11000 101010

Color Harmonies of #855176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855176

Black with #855176

Text Example


Text Example

White with #855176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855176; }

 p { color: rgb(133,81,118); }

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

background-color css

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

 a { background-color: rgb(133,81,118); }

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

border-color css

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

 span { border-color: rgb(133,81,118); }

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