Html Css Color HEX #88526D Cannon Pink

📋 copy color: '#88526D'

red 136 ◦ green 82 ◦ blue 109

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

Shades of Cannon Pink #88526D

Tints of Cannon Pink #88526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 41.59%
G = 25.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88526D (or 0x88526D) is known color: Cannon Pink. HEX triplet: 88, 52 and 6D. RGB value is (136,82,109). Sum of RGB (Red+Green+Blue) = 136+82+109=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88526D is #77AD92. Grayscale: #656565. Windows color (decimal): -7843219 or 7164552. OLE color: 7164552.

HSL color Cylindrical-coordinate representation of color #88526D: hue angle of 330º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88526D is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 109 -
CMYK 0 0.40 0.20 0.47
HSL 330º 0.25% 0.43% -
HSV(B) 330º 0.4% 0.53% -
XYZ 15.93 12.37 16.02 -
YUV 101.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 136 82 109 0 0.40 0.20 0.47 330 0.25 0.43
Hex 88 52 6D 0 28 14 2F 14A 19 2B
Octal 210 122 155 0 50 24 57 512 31 53
Binary 10001000 1010010 1101101 0 101000 10100 101111 101001010 11001 101011

Color Harmonies of #88526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88526D

Black with #88526D

Text Example


Text Example

White with #88526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88526D; }

 p { color: rgb(136,82,109); }

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

background-color css

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

 a { background-color: rgb(136,82,109); }

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

border-color css

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

 span { border-color: rgb(136,82,109); }

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