Html Css Color HEX #885666 Cannon Pink

📋 copy color: '#885666'

red 136 ◦ green 86 ◦ blue 102

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

Shades of Cannon Pink #885666

Tints of Cannon Pink #885666

RGB

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

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

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

R = 41.98%
G = 26.54%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#885666 (or 0x885666) is known color: Cannon Pink. HEX triplet: 88, 56 and 66. RGB value is (136,86,102). Sum of RGB (Red+Green+Blue) = 136+86+102=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #885666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885666 is #77A999. Grayscale: #666666. Windows color (decimal): -7842202 or 6706824. OLE color: 6706824.

HSL color Cylindrical-coordinate representation of color #885666: hue angle of 340.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 #885666 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 86 102 -
CMYK 0 0.37 0.25 0.47
HSL 340.8º 0.23% 0.44% -
HSV(B) 340.8º 0.37% 0.53% -
XYZ 15.88 12.85 14.21 -
YUV 102.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 136 86 102 0 0.37 0.25 0.47 340.8 0.23 0.44
Hex 88 56 66 0 25 19 2F 155 17 2C
Octal 210 126 146 0 45 31 57 525 27 54
Binary 10001000 1010110 1100110 0 100101 11001 101111 101010101 10111 101100

Color Harmonies of #885666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885666

Black with #885666

Text Example


Text Example

White with #885666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885666; }

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

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

background-color css

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

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

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

border-color css

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

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

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