Html Css Color HEX #885661 Cannon Pink

📋 copy color: '#885661'

red 136 ◦ green 86 ◦ blue 97

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

Shades of Cannon Pink #885661

Tints of Cannon Pink #885661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 42.63%
G = 26.96%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#885661 (or 0x885661) is known color: Cannon Pink. HEX triplet: 88, 56 and 61. RGB value is (136,86,97). Sum of RGB (Red+Green+Blue) = 136+86+97=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885661 is #77A99E. Grayscale: #666666. Windows color (decimal): -7842207 or 6379144. OLE color: 6379144.

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

Color convert

RGB 136 86 97 -
CMYK 0 0.37 0.29 0.47
HSL 346.8º 0.23% 0.44% -
HSV(B) 346.8º 0.37% 0.53% -
XYZ 15.64 12.75 12.95 -
YUV 102.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 136 86 97 0 0.37 0.29 0.47 346.8 0.23 0.44
Hex 88 56 61 0 25 1D 2F 15B 17 2C
Octal 210 126 141 0 45 35 57 533 27 54
Binary 10001000 1010110 1100001 0 100101 11101 101111 101011011 10111 101100

Color Harmonies of #885661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885661

Black with #885661

Text Example


Text Example

White with #885661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885661; }

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

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

background-color css

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

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

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

border-color css

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

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

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