Html Css Color HEX #884964 Cannon Pink

📋 copy color: '#884964'

red 136 ◦ green 73 ◦ blue 100

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

Shades of Cannon Pink #884964

Tints of Cannon Pink #884964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 44.01%
G = 23.62%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#884964 (or 0x884964) is known color: Cannon Pink. HEX triplet: 88, 49 and 64. RGB value is (136,73,100). Sum of RGB (Red+Green+Blue) = 136+73+100=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #884964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884964 is #77B69B. Grayscale: #5E5E5E. Windows color (decimal): -7845532 or 6572424. OLE color: 6572424.

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

Color convert

RGB 136 73 100 -
CMYK 0 0.46 0.26 0.47
HSL 334.29º 0.3% 0.41% -
HSV(B) 334.29º 0.46% 0.53% -
XYZ 14.84 10.92 13.38 -
YUV 94.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 136 73 100 0 0.46 0.26 0.47 334.29 0.3 0.41
Hex 88 49 64 0 2E 1A 2F 14E 1E 29
Octal 210 111 144 0 56 32 57 516 36 51
Binary 10001000 1001001 1100100 0 101110 11010 101111 101001110 11110 101001

Color Harmonies of #884964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884964

Black with #884964

Text Example


Text Example

White with #884964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884964; }

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

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

background-color css

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

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

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

border-color css

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

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

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