Html Css Color HEX #885058 Solid Pink

📋 copy color: '#885058'

red 136 ◦ green 80 ◦ blue 88

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

Shades of Solid Pink #885058

Tints of Solid Pink #885058

RGB

 RED value IS 136 (53.52% from 255) = 44.74%

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 44.74%
G = 26.32%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#885058 (or 0x885058) is known color: Solid Pink. HEX triplet: 88, 50 and 58. RGB value is (136,80,88). Sum of RGB (Red+Green+Blue) = 136+80+88=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885058 is #77AFA7. Grayscale: #616161. Windows color (decimal): -7843752 or 5787784. OLE color: 5787784.

HSL color Cylindrical-coordinate representation of color #885058: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885058 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 88 -
CMYK 0 0.41 0.35 0.47
HSL 351.43º 0.26% 0.42% -
HSV(B) 351.43º 0.41% 0.53% -
XYZ 14.78 11.68 10.71 -
YUV 97.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 136 80 88 0 0.41 0.35 0.47 351.43 0.26 0.42
Hex 88 50 58 0 29 23 2F 15F 1A 2A
Octal 210 120 130 0 51 43 57 537 32 52
Binary 10001000 1010000 1011000 0 101001 100011 101111 101011111 11010 101010

Color Harmonies of #885058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885058

Black with #885058

Text Example


Text Example

White with #885058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885058; }

 p { color: rgb(136,80,88); }

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

background-color css

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

 a { background-color: rgb(136,80,88); }

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

border-color css

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

 span { border-color: rgb(136,80,88); }

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