Html Css Color HEX #884966 Cannon Pink

📋 copy color: '#884966'

red 136 ◦ green 73 ◦ blue 102

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

Shades of Cannon Pink #884966

Tints of Cannon Pink #884966

RGB

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

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

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

R = 43.73%
G = 23.47%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#884966 (or 0x884966) is known color: Cannon Pink. HEX triplet: 88, 49 and 66. RGB value is (136,73,102). Sum of RGB (Red+Green+Blue) = 136+73+102=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #884966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884966 is #77B699. Grayscale: #5F5F5F. Windows color (decimal): -7845530 or 6703496. OLE color: 6703496.

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

Color convert

RGB 136 73 102 -
CMYK 0 0.46 0.25 0.47
HSL 332.38º 0.3% 0.41% -
HSV(B) 332.38º 0.46% 0.53% -
XYZ 14.93 10.96 13.9 -
YUV 95.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 136 73 102 0 0.46 0.25 0.47 332.38 0.3 0.41
Hex 88 49 66 0 2E 19 2F 14C 1E 29
Octal 210 111 146 0 56 31 57 514 36 51
Binary 10001000 1001001 1100110 0 101110 11001 101111 101001100 11110 101001

Color Harmonies of #884966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884966

Black with #884966

Text Example


Text Example

White with #884966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884966; }

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

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

background-color css

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

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

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

border-color css

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

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

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