Html Css Color HEX #885761 Cannon Pink

📋 copy color: '#885761'

red 136 ◦ green 87 ◦ blue 97

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

Shades of Cannon Pink #885761

Tints of Cannon Pink #885761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 42.5%
G = 27.19%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#885761 (or 0x885761) is known color: Cannon Pink. HEX triplet: 88, 57 and 61. RGB value is (136,87,97). Sum of RGB (Red+Green+Blue) = 136+87+97=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885761 is #77A89E. Grayscale: #666666. Windows color (decimal): -7841951 or 6379400. OLE color: 6379400.

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

Color convert

RGB 136 87 97 -
CMYK 0 0.36 0.29 0.47
HSL 347.76º 0.22% 0.44% -
HSV(B) 347.76º 0.36% 0.53% -
XYZ 15.72 12.91 12.97 -
YUV 102.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 136 87 97 0 0.36 0.29 0.47 347.76 0.22 0.44
Hex 88 57 61 0 24 1D 2F 15C 16 2C
Octal 210 127 141 0 44 35 57 534 26 54
Binary 10001000 1010111 1100001 0 100100 11101 101111 101011100 10110 101100

Color Harmonies of #885761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885761

Black with #885761

Text Example


Text Example

White with #885761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885761; }

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

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

background-color css

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

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

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

border-color css

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

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

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