Html Css Color HEX #885A61 Cannon Pink

📋 copy color: '#885A61'

red 136 ◦ green 90 ◦ blue 97

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

Shades of Cannon Pink #885A61

Tints of Cannon Pink #885A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 42.11%
G = 27.86%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#885A61 (or 0x885A61) is known color: Cannon Pink. HEX triplet: 88, 5A and 61. RGB value is (136,90,97). Sum of RGB (Red+Green+Blue) = 136+90+97=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A61 is #77A59E. Grayscale: #686868. Windows color (decimal): -7841183 or 6380168. OLE color: 6380168.

HSL color Cylindrical-coordinate representation of color #885A61: hue angle of 350.87º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A61 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 97 -
CMYK 0 0.34 0.29 0.47
HSL 350.87º 0.2% 0.44% -
HSV(B) 350.87º 0.34% 0.53% -
XYZ 15.97 13.41 13.06 -
YUV 104.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 136 90 97 0 0.34 0.29 0.47 350.87 0.2 0.44
Hex 88 5A 61 0 22 1D 2F 15F 14 2C
Octal 210 132 141 0 42 35 57 537 24 54
Binary 10001000 1011010 1100001 0 100010 11101 101111 101011111 10100 101100

Color Harmonies of #885A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A61

Black with #885A61

Text Example


Text Example

White with #885A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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