Html Css Color HEX #88506C Cannon Pink

📋 copy color: '#88506C'

red 136 ◦ green 80 ◦ blue 108

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

Shades of Cannon Pink #88506C

Tints of Cannon Pink #88506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 41.98%
G = 24.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88506C (or 0x88506C) is known color: Cannon Pink. HEX triplet: 88, 50 and 6C. RGB value is (136,80,108). Sum of RGB (Red+Green+Blue) = 136+80+108=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #88506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88506C is #77AF93. Grayscale: #636363. Windows color (decimal): -7843732 or 7098504. OLE color: 7098504.

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

Color convert

RGB 136 80 108 -
CMYK 0 0.41 0.21 0.47
HSL 330º 0.26% 0.42% -
HSV(B) 330º 0.41% 0.53% -
XYZ 15.73 12.05 15.69 -
YUV 99.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 136 80 108 0 0.41 0.21 0.47 330 0.26 0.42
Hex 88 50 6C 0 29 15 2F 14A 1A 2A
Octal 210 120 154 0 51 25 57 512 32 52
Binary 10001000 1010000 1101100 0 101001 10101 101111 101001010 11010 101010

Color Harmonies of #88506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88506C

Black with #88506C

Text Example


Text Example

White with #88506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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