Html Css Color HEX #88555F Cannon Pink

📋 copy color: '#88555F'

red 136 ◦ green 85 ◦ blue 95

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

Shades of Cannon Pink #88555F

Tints of Cannon Pink #88555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 43.04%
G = 26.9%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88555F (or 0x88555F) is known color: Cannon Pink. HEX triplet: 88, 55 and 5F. RGB value is (136,85,95). Sum of RGB (Red+Green+Blue) = 136+85+95=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88555F is #77AAA0. Grayscale: #656565. Windows color (decimal): -7842465 or 6247816. OLE color: 6247816.

HSL color Cylindrical-coordinate representation of color #88555F: hue angle of 348.24º 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 #88555F is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 95 -
CMYK 0 0.38 0.30 0.47
HSL 348.24º 0.23% 0.43% -
HSV(B) 348.24º 0.38% 0.53% -
XYZ 15.47 12.56 12.44 -
YUV 101.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 136 85 95 0 0.38 0.30 0.47 348.24 0.23 0.43
Hex 88 55 5F 0 26 1E 2F 15C 17 2B
Octal 210 125 137 0 46 36 57 534 27 53
Binary 10001000 1010101 1011111 0 100110 11110 101111 101011100 10111 101011

Color Harmonies of #88555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88555F

Black with #88555F

Text Example


Text Example

White with #88555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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