Html Css Color HEX #88505C Cannon Pink

📋 copy color: '#88505C'

red 136 ◦ green 80 ◦ blue 92

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

Shades of Cannon Pink #88505C

Tints of Cannon Pink #88505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

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

R = 44.16%
G = 25.97%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88505C (or 0x88505C) is known color: Cannon Pink. HEX triplet: 88, 50 and 5C. RGB value is (136,80,92). Sum of RGB (Red+Green+Blue) = 136+80+92=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88505C is #77AFA3. Grayscale: #626262. Windows color (decimal): -7843748 or 6049928. OLE color: 6049928.

HSL color Cylindrical-coordinate representation of color #88505C: hue angle of 347.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88505C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 92 -
CMYK 0 0.41 0.32 0.47
HSL 347.14º 0.26% 0.42% -
HSV(B) 347.14º 0.41% 0.53% -
XYZ 14.95 11.74 11.6 -
YUV 98.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 136 80 92 0 0.41 0.32 0.47 347.14 0.26 0.42
Hex 88 50 5C 0 29 20 2F 15B 1A 2A
Octal 210 120 134 0 51 40 57 533 32 52
Binary 10001000 1010000 1011100 0 101001 100000 101111 101011011 11010 101010

Color Harmonies of #88505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88505C

Black with #88505C

Text Example


Text Example

White with #88505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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