Html Css Color HEX #88525C Cannon Pink

📋 copy color: '#88525C'

red 136 ◦ green 82 ◦ blue 92

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

Shades of Cannon Pink #88525C

Tints of Cannon Pink #88525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 43.87%
G = 26.45%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88525C (or 0x88525C) is known color: Cannon Pink. HEX triplet: 88, 52 and 5C. RGB value is (136,82,92). Sum of RGB (Red+Green+Blue) = 136+82+92=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88525C is #77ADA3. Grayscale: #636363. Windows color (decimal): -7843236 or 6050440. OLE color: 6050440.

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

Color convert

RGB 136 82 92 -
CMYK 0 0.40 0.32 0.47
HSL 348.89º 0.25% 0.43% -
HSV(B) 348.89º 0.4% 0.53% -
XYZ 15.1 12.04 11.65 -
YUV 99.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 136 82 92 0 0.40 0.32 0.47 348.89 0.25 0.43
Hex 88 52 5C 0 28 20 2F 15D 19 2B
Octal 210 122 134 0 50 40 57 535 31 53
Binary 10001000 1010010 1011100 0 101000 100000 101111 101011101 11001 101011

Color Harmonies of #88525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88525C

Black with #88525C

Text Example


Text Example

White with #88525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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