Html Css Color HEX #88525F Cannon Pink

📋 copy color: '#88525F'

red 136 ◦ green 82 ◦ blue 95

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

Shades of Cannon Pink #88525F

Tints of Cannon Pink #88525F

RGB

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

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

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

R = 43.45%
G = 26.2%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88525F (or 0x88525F) is known color: Cannon Pink. HEX triplet: 88, 52 and 5F. RGB value is (136,82,95). Sum of RGB (Red+Green+Blue) = 136+82+95=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88525F is #77ADA0. Grayscale: #636363. Windows color (decimal): -7843233 or 6247048. OLE color: 6247048.

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

Color convert

RGB 136 82 95 -
CMYK 0 0.40 0.30 0.47
HSL 345.56º 0.25% 0.43% -
HSV(B) 345.56º 0.4% 0.53% -
XYZ 15.24 12.1 12.36 -
YUV 99.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 136 82 95 0 0.40 0.30 0.47 345.56 0.25 0.43
Hex 88 52 5F 0 28 1E 2F 15A 19 2B
Octal 210 122 137 0 50 36 57 532 31 53
Binary 10001000 1010010 1011111 0 101000 11110 101111 101011010 11001 101011

Color Harmonies of #88525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88525F

Black with #88525F

Text Example


Text Example

White with #88525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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