Html Css Color HEX #885764 Cannon Pink

📋 copy color: '#885764'

red 136 ◦ green 87 ◦ blue 100

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

Shades of Cannon Pink #885764

Tints of Cannon Pink #885764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 42.11%
G = 26.93%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#885764 (or 0x885764) is known color: Cannon Pink. HEX triplet: 88, 57 and 64. RGB value is (136,87,100). Sum of RGB (Red+Green+Blue) = 136+87+100=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885764 is #77A89B. Grayscale: #676767. Windows color (decimal): -7841948 or 6576008. OLE color: 6576008.

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

Color convert

RGB 136 87 100 -
CMYK 0 0.36 0.26 0.47
HSL 344.08º 0.22% 0.44% -
HSV(B) 344.08º 0.36% 0.53% -
XYZ 15.86 12.97 13.72 -
YUV 103.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 136 87 100 0 0.36 0.26 0.47 344.08 0.22 0.44
Hex 88 57 64 0 24 1A 2F 158 16 2C
Octal 210 127 144 0 44 32 57 530 26 54
Binary 10001000 1010111 1100100 0 100100 11010 101111 101011000 10110 101100

Color Harmonies of #885764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885764

Black with #885764

Text Example


Text Example

White with #885764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885764; }

 p { color: rgb(136,87,100); }

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

background-color css

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

 a { background-color: rgb(136,87,100); }

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

border-color css

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

 span { border-color: rgb(136,87,100); }

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