Html Css Color HEX #885770 Cannon Pink

📋 copy color: '#885770'

red 136 ◦ green 87 ◦ blue 112

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

Shades of Cannon Pink #885770

Tints of Cannon Pink #885770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 40.6%
G = 25.97%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#885770 (or 0x885770) is known color: Cannon Pink. HEX triplet: 88, 57 and 70. RGB value is (136,87,112). Sum of RGB (Red+Green+Blue) = 136+87+112=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885770 is #77A88F. Grayscale: #686868. Windows color (decimal): -7841936 or 7362440. OLE color: 7362440.

HSL color Cylindrical-coordinate representation of color #885770: hue angle of 329.39º 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 #885770 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 87 112 -
CMYK 0 0.36 0.18 0.47
HSL 329.39º 0.22% 0.44% -
HSV(B) 329.39º 0.36% 0.53% -
XYZ 16.49 13.22 17.01 -
YUV 104.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 136 87 112 0 0.36 0.18 0.47 329.39 0.22 0.44
Hex 88 57 70 0 24 12 2F 149 16 2C
Octal 210 127 160 0 44 22 57 511 26 54
Binary 10001000 1010111 1110000 0 100100 10010 101111 101001001 10110 101100

Color Harmonies of #885770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885770

Black with #885770

Text Example


Text Example

White with #885770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885770; }

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

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

background-color css

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

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

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

border-color css

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

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

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