Html Css Color HEX #8C5588 Trendy Pink

📋 copy color: '#8C5588'

red 140 ◦ green 85 ◦ blue 136

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

Shades of Trendy Pink #8C5588

Tints of Trendy Pink #8C5588

RGB

 RED value IS 140 (55.08% from 255) = 38.78%

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

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 38.78%
G = 23.55%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C5588 (or 0x8C5588) is known color: Trendy Pink. HEX triplet: 8C, 55 and 88. RGB value is (140,85,136). Sum of RGB (Red+Green+Blue) = 140+85+136=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5588 is #73AA77. Grayscale: #6B6B6B. Windows color (decimal): -7580280 or 8934796. OLE color: 8934796.

HSL color Cylindrical-coordinate representation of color #8C5588: hue angle of 304.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5588 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 85 136 -
CMYK 0 0.39 0.03 0.45
HSL 304.36º 0.24% 0.44% -
HSV(B) 304.36º 0.39% 0.55% -
XYZ 18.51 13.85 24.99 -
YUV 107.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 140 85 136 0 0.39 0.03 0.45 304.36 0.24 0.44
Hex 8C 55 88 0 27 3 2D 130 18 2C
Octal 214 125 210 0 47 3 55 460 30 54
Binary 10001100 1010101 10001000 0 100111 11 101101 100110000 11000 101100

Color Harmonies of #8C5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5588

Black with #8C5588

Text Example


Text Example

White with #8C5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5588; }

 p { color: rgb(140,85,136); }

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

background-color css

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

 a { background-color: rgb(140,85,136); }

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

border-color css

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

 span { border-color: rgb(140,85,136); }

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