Html Css Color HEX #855476 Trendy Pink

📋 copy color: '#855476'

red 133 ◦ green 84 ◦ blue 118

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

Shades of Trendy Pink #855476

Tints of Trendy Pink #855476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

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

R = 39.7%
G = 25.07%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855476 (or 0x855476) is known color: Trendy Pink. HEX triplet: 85, 54 and 76. RGB value is (133,84,118). Sum of RGB (Red+Green+Blue) = 133+84+118=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855476 is #7AAB89. Grayscale: #666666. Windows color (decimal): -8039306 or 7754885. OLE color: 7754885.

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

Color convert

RGB 133 84 118 -
CMYK 0 0.37 0.11 0.48
HSL 318.37º 0.23% 0.43% -
HSV(B) 318.37º 0.37% 0.52% -
XYZ 16.11 12.64 18.73 -
YUV 102.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 133 84 118 0 0.37 0.11 0.48 318.37 0.23 0.43
Hex 85 54 76 0 25 B 30 13E 17 2B
Octal 205 124 166 0 45 13 60 476 27 53
Binary 10000101 1010100 1110110 0 100101 1011 110000 100111110 10111 101011

Color Harmonies of #855476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855476

Black with #855476

Text Example


Text Example

White with #855476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855476; }

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

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

background-color css

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

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

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

border-color css

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

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

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