Html Css Color HEX #856082 Trendy Pink

📋 copy color: '#856082'

red 133 ◦ green 96 ◦ blue 130

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

Shades of Trendy Pink #856082

Tints of Trendy Pink #856082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 37.05%
G = 26.74%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#856082 (or 0x856082) is known color: Trendy Pink. HEX triplet: 85, 60 and 82. RGB value is (133,96,130). Sum of RGB (Red+Green+Blue) = 133+96+130=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #856082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856082 is #7A9F7D. Grayscale: #6E6E6E. Windows color (decimal): -8036222 or 8544389. OLE color: 8544389.

HSL color Cylindrical-coordinate representation of color #856082: hue angle of 304.86º 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 #856082 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 130 -
CMYK 0 0.28 0.02 0.48
HSL 304.86º 0.16% 0.45% -
HSV(B) 304.86º 0.28% 0.52% -
XYZ 17.89 14.96 23.06 -
YUV 110.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 133 96 130 0 0.28 0.02 0.48 304.86 0.16 0.45
Hex 85 60 82 0 1C 2 30 131 10 2D
Octal 205 140 202 0 34 2 60 461 20 55
Binary 10000101 1100000 10000010 0 11100 10 110000 100110001 10000 101101

Color Harmonies of #856082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856082

Black with #856082

Text Example


Text Example

White with #856082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856082; }

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

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

background-color css

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

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

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

border-color css

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

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

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