Html Css Color HEX #865585 Trendy Pink

📋 copy color: '#865585'

red 134 ◦ green 85 ◦ blue 133

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

Shades of Trendy Pink #865585

Tints of Trendy Pink #865585

RGB

 RED value IS 134 (52.73% from 255) = 38.07%

 GREEN value IS 85 (33.59% from 255) = 24.15%

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

R = 38.07%
G = 24.15%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#865585 (or 0x865585) is known color: Trendy Pink. HEX triplet: 86, 55 and 85. RGB value is (134,85,133). Sum of RGB (Red+Green+Blue) = 134+85+133=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #865585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865585 is #79AA7A. Grayscale: #686868. Windows color (decimal): -7973499 or 8738182. OLE color: 8738182.

HSL color Cylindrical-coordinate representation of color #865585: hue angle of 301.22º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865585 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 133 -
CMYK 0 0.37 0.01 0.47
HSL 301.22º 0.22% 0.43% -
HSV(B) 301.22º 0.37% 0.53% -
XYZ 17.31 13.26 23.84 -
YUV 105.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 134 85 133 0 0.37 0.01 0.47 301.22 0.22 0.43
Hex 86 55 85 0 25 1 2F 12D 16 2B
Octal 206 125 205 0 45 1 57 455 26 53
Binary 10000110 1010101 10000101 0 100101 1 101111 100101101 10110 101011

Color Harmonies of #865585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865585

Black with #865585

Text Example


Text Example

White with #865585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865585; }

 p { color: rgb(134,85,133); }

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

background-color css

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

 a { background-color: rgb(134,85,133); }

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

border-color css

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

 span { border-color: rgb(134,85,133); }

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