Html Css Color HEX #855658 Solid Pink

📋 copy color: '#855658'

red 133 ◦ green 86 ◦ blue 88

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

Shades of Solid Pink #855658

Tints of Solid Pink #855658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 43.32%
G = 28.01%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#855658 (or 0x855658) is known color: Solid Pink. HEX triplet: 85, 56 and 58. RGB value is (133,86,88). Sum of RGB (Red+Green+Blue) = 133+86+88=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #855658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855658 is #7AA9A7. Grayscale: #646464. Windows color (decimal): -8038824 or 5789317. OLE color: 5789317.

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

Color convert

RGB 133 86 88 -
CMYK 0 0.35 0.34 0.48
HSL 357.45º 0.21% 0.43% -
HSV(B) 357.45º 0.35% 0.52% -
XYZ 14.76 12.35 10.84 -
YUV 100.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 133 86 88 0 0.35 0.34 0.48 357.45 0.21 0.43
Hex 85 56 58 0 23 22 30 165 15 2B
Octal 205 126 130 0 43 42 60 545 25 53
Binary 10000101 1010110 1011000 0 100011 100010 110000 101100101 10101 101011

Color Harmonies of #855658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855658

Black with #855658

Text Example


Text Example

White with #855658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855658; }

 p { color: rgb(133,86,88); }

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

background-color css

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

 a { background-color: rgb(133,86,88); }

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

border-color css

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

 span { border-color: rgb(133,86,88); }

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