Html Css Color HEX #88545F Cannon Pink

📋 copy color: '#88545F'

red 136 ◦ green 84 ◦ blue 95

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

Shades of Cannon Pink #88545F

Tints of Cannon Pink #88545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 43.17%
G = 26.67%
B = 30.16%

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

#88545F (or 0x88545F) is known color: Cannon Pink. HEX triplet: 88, 54 and 5F. RGB value is (136,84,95). Sum of RGB (Red+Green+Blue) = 136+84+95=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88545F is #77ABA0. Grayscale: #646464. Windows color (decimal): -7842721 or 6247560. OLE color: 6247560.

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

Color convert

RGB 136 84 95 -
CMYK 0 0.38 0.30 0.47
HSL 347.31º 0.24% 0.43% -
HSV(B) 347.31º 0.38% 0.53% -
XYZ 15.39 12.4 12.41 -
YUV 100.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 136 84 95 0 0.38 0.30 0.47 347.31 0.24 0.43
Hex 88 54 5F 0 26 1E 2F 15B 18 2B
Octal 210 124 137 0 46 36 57 533 30 53
Binary 10001000 1010100 1011111 0 100110 11110 101111 101011011 11000 101011

Color Harmonies of #88545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88545F

Black with #88545F

Text Example


Text Example

White with #88545F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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