Html Css Color HEX #884A66 Cannon Pink

📋 copy color: '#884A66'

red 136 ◦ green 74 ◦ blue 102

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

Shades of Cannon Pink #884A66

Tints of Cannon Pink #884A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

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

R = 43.59%
G = 23.72%
B = 32.69%

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

#884A66 (or 0x884A66) is known color: Cannon Pink. HEX triplet: 88, 4A and 66. RGB value is (136,74,102). Sum of RGB (Red+Green+Blue) = 136+74+102=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #884A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A66 is #77B599. Grayscale: #5F5F5F. Windows color (decimal): -7845274 or 6703752. OLE color: 6703752.

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

Color convert

RGB 136 74 102 -
CMYK 0 0.46 0.25 0.47
HSL 332.9º 0.3% 0.41% -
HSV(B) 332.9º 0.46% 0.53% -
XYZ 15 11.09 13.92 -
YUV 95.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 136 74 102 0 0.46 0.25 0.47 332.9 0.3 0.41
Hex 88 4A 66 0 2E 19 2F 14D 1E 29
Octal 210 112 146 0 56 31 57 515 36 51
Binary 10001000 1001010 1100110 0 101110 11001 101111 101001101 11110 101001

Color Harmonies of #884A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A66

Black with #884A66

Text Example


Text Example

White with #884A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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