Html Css Color HEX #885668 Cannon Pink

📋 copy color: '#885668'

red 136 ◦ green 86 ◦ blue 104

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

Shades of Cannon Pink #885668

Tints of Cannon Pink #885668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 41.72%
G = 26.38%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#885668 (or 0x885668) is known color: Cannon Pink. HEX triplet: 88, 56 and 68. RGB value is (136,86,104). Sum of RGB (Red+Green+Blue) = 136+86+104=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #885668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885668 is #77A997. Grayscale: #666666. Windows color (decimal): -7842200 or 6837896. OLE color: 6837896.

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

Color convert

RGB 136 86 104 -
CMYK 0 0.37 0.24 0.47
HSL 338.4º 0.23% 0.44% -
HSV(B) 338.4º 0.37% 0.53% -
XYZ 15.98 12.89 14.74 -
YUV 103 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 136 86 104 0 0.37 0.24 0.47 338.4 0.23 0.44
Hex 88 56 68 0 25 18 2F 152 17 2C
Octal 210 126 150 0 45 30 57 522 27 54
Binary 10001000 1010110 1101000 0 100101 11000 101111 101010010 10111 101100

Color Harmonies of #885668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885668

Black with #885668

Text Example


Text Example

White with #885668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885668; }

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

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

background-color css

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

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

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

border-color css

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

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

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