Html Css Color HEX #88555E Cannon Pink

📋 copy color: '#88555E'

red 136 ◦ green 85 ◦ blue 94

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

Shades of Cannon Pink #88555E

Tints of Cannon Pink #88555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 43.17%
G = 26.98%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88555E (or 0x88555E) is known color: Cannon Pink. HEX triplet: 88, 55 and 5E. RGB value is (136,85,94). Sum of RGB (Red+Green+Blue) = 136+85+94=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88555E is #77AAA1. Grayscale: #656565. Windows color (decimal): -7842466 or 6182280. OLE color: 6182280.

HSL color Cylindrical-coordinate representation of color #88555E: hue angle of 349.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88555E is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 94 -
CMYK 0 0.38 0.31 0.47
HSL 349.41º 0.23% 0.43% -
HSV(B) 349.41º 0.38% 0.53% -
XYZ 15.42 12.54 12.2 -
YUV 101.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 136 85 94 0 0.38 0.31 0.47 349.41 0.23 0.43
Hex 88 55 5E 0 26 1F 2F 15D 17 2B
Octal 210 125 136 0 46 37 57 535 27 53
Binary 10001000 1010101 1011110 0 100110 11111 101111 101011101 10111 101011

Color Harmonies of #88555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88555E

Black with #88555E

Text Example


Text Example

White with #88555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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