Html Css Color HEX #885771 Cannon Pink

📋 copy color: '#885771'

red 136 ◦ green 87 ◦ blue 113

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

Shades of Cannon Pink #885771

Tints of Cannon Pink #885771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 40.48%
G = 25.89%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#885771 (or 0x885771) is known color: Cannon Pink. HEX triplet: 88, 57 and 71. RGB value is (136,87,113). Sum of RGB (Red+Green+Blue) = 136+87+113=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885771 is #77A88E. Grayscale: #686868. Windows color (decimal): -7841935 or 7427976. OLE color: 7427976.

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

Color convert

RGB 136 87 113 -
CMYK 0 0.36 0.17 0.47
HSL 328.16º 0.22% 0.44% -
HSV(B) 328.16º 0.36% 0.53% -
XYZ 16.54 13.24 17.31 -
YUV 104.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 136 87 113 0 0.36 0.17 0.47 328.16 0.22 0.44
Hex 88 57 71 0 24 11 2F 148 16 2C
Octal 210 127 161 0 44 21 57 510 26 54
Binary 10001000 1010111 1110001 0 100100 10001 101111 101001000 10110 101100

Color Harmonies of #885771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885771

Black with #885771

Text Example


Text Example

White with #885771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885771; }

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

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

background-color css

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

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

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

border-color css

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

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

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