Html Css Color HEX #885571 Cannon Pink

📋 copy color: '#885571'

red 136 ◦ green 85 ◦ blue 113

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

Shades of Cannon Pink #885571

Tints of Cannon Pink #885571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 40.72%
G = 25.45%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#885571 (or 0x885571) is known color: Cannon Pink. HEX triplet: 88, 55 and 71. RGB value is (136,85,113). Sum of RGB (Red+Green+Blue) = 136+85+113=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #885571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885571 is #77AA8E. Grayscale: #676767. Windows color (decimal): -7842447 or 7427464. OLE color: 7427464.

HSL color Cylindrical-coordinate representation of color #885571: hue angle of 327.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885571 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 113 -
CMYK 0 0.38 0.17 0.47
HSL 327.06º 0.23% 0.43% -
HSV(B) 327.06º 0.38% 0.53% -
XYZ 16.38 12.92 17.25 -
YUV 103.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 136 85 113 0 0.38 0.17 0.47 327.06 0.23 0.43
Hex 88 55 71 0 26 11 2F 147 17 2B
Octal 210 125 161 0 46 21 57 507 27 53
Binary 10001000 1010101 1110001 0 100110 10001 101111 101000111 10111 101011

Color Harmonies of #885571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885571

Black with #885571

Text Example


Text Example

White with #885571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885571; }

 p { color: rgb(136,85,113); }

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

background-color css

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

 a { background-color: rgb(136,85,113); }

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

border-color css

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

 span { border-color: rgb(136,85,113); }

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