Html Css Color HEX #836C85 Trendy Pink

📋 copy color: '#836C85'

red 131 ◦ green 108 ◦ blue 133

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

Shades of Trendy Pink #836C85

Tints of Trendy Pink #836C85

RGB

 RED value IS 131 (51.56% from 255) = 35.22%

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 35.22%
G = 29.03%
B = 35.75%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836C85 (or 0x836C85) is known color: Trendy Pink. HEX triplet: 83, 6C and 85. RGB value is (131,108,133). Sum of RGB (Red+Green+Blue) = 131+108+133=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #836C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C85 is #7C937A. Grayscale: #757575. Windows color (decimal): -8164219 or 8744067. OLE color: 8744067.

HSL color Cylindrical-coordinate representation of color #836C85: hue angle of 295.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #836C85 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 108 133 -
CMYK 0.02 0.19 0 0.48
HSL 295.2º 0.1% 0.47% -
HSV(B) 295.2º 0.19% 0.52% -
XYZ 18.96 17.24 24.52 -
YUV 117.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 131 108 133 0.02 0.19 0 0.48 295.2 0.1 0.47
Hex 83 6C 85 2 13 0 30 127 A 2F
Octal 203 154 205 2 23 0 60 447 12 57
Binary 10000011 1101100 10000101 10 10011 0 110000 100100111 1010 101111

Color Harmonies of #836C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C85

Black with #836C85

Text Example


Text Example

White with #836C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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