Html Css Color HEX #885671 Cannon Pink

📋 copy color: '#885671'

red 136 ◦ green 86 ◦ blue 113

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

Shades of Cannon Pink #885671

Tints of Cannon Pink #885671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 40.6%
G = 25.67%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#885671 (or 0x885671) is known color: Cannon Pink. HEX triplet: 88, 56 and 71. RGB value is (136,86,113). Sum of RGB (Red+Green+Blue) = 136+86+113=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885671 is #77A98E. Grayscale: #676767. Windows color (decimal): -7842191 or 7427720. OLE color: 7427720.

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

Color convert

RGB 136 86 113 -
CMYK 0 0.37 0.17 0.47
HSL 327.6º 0.23% 0.44% -
HSV(B) 327.6º 0.37% 0.53% -
XYZ 16.46 13.08 17.28 -
YUV 104.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 136 86 113 0 0.37 0.17 0.47 327.6 0.23 0.44
Hex 88 56 71 0 25 11 2F 148 17 2C
Octal 210 126 161 0 45 21 57 510 27 54
Binary 10001000 1010110 1110001 0 100101 10001 101111 101001000 10111 101100

Color Harmonies of #885671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885671

Black with #885671

Text Example


Text Example

White with #885671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885671; }

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

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

background-color css

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

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

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

border-color css

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

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

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