Html Css Color HEX #885966 Cannon Pink

📋 copy color: '#885966'

red 136 ◦ green 89 ◦ blue 102

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

Shades of Cannon Pink #885966

Tints of Cannon Pink #885966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 41.59%
G = 27.22%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#885966 (or 0x885966) is known color: Cannon Pink. HEX triplet: 88, 59 and 66. RGB value is (136,89,102). Sum of RGB (Red+Green+Blue) = 136+89+102=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #885966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885966 is #77A699. Grayscale: #686868. Windows color (decimal): -7841434 or 6707592. OLE color: 6707592.

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

Color convert

RGB 136 89 102 -
CMYK 0 0.35 0.25 0.47
HSL 343.4º 0.21% 0.44% -
HSV(B) 343.4º 0.35% 0.53% -
XYZ 16.12 13.34 14.3 -
YUV 104.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 136 89 102 0 0.35 0.25 0.47 343.4 0.21 0.44
Hex 88 59 66 0 23 19 2F 157 15 2C
Octal 210 131 146 0 43 31 57 527 25 54
Binary 10001000 1011001 1100110 0 100011 11001 101111 101010111 10101 101100

Color Harmonies of #885966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885966

Black with #885966

Text Example


Text Example

White with #885966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885966; }

 p { color: rgb(136,89,102); }

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

background-color css

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

 a { background-color: rgb(136,89,102); }

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

border-color css

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

 span { border-color: rgb(136,89,102); }

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