Html Css Color HEX #884A5E Cannon Pink

📋 copy color: '#884A5E'

red 136 ◦ green 74 ◦ blue 94

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

Shades of Cannon Pink #884A5E

Tints of Cannon Pink #884A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 44.74%
G = 24.34%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#884A5E (or 0x884A5E) is known color: Cannon Pink. HEX triplet: 88, 4A and 5E. RGB value is (136,74,94). Sum of RGB (Red+Green+Blue) = 136+74+94=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A5E is #77B5A1. Grayscale: #5E5E5E. Windows color (decimal): -7845282 or 6179464. OLE color: 6179464.

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

Color convert

RGB 136 74 94 -
CMYK 0 0.46 0.31 0.47
HSL 340.65º 0.3% 0.41% -
HSV(B) 340.65º 0.46% 0.53% -
XYZ 14.62 10.94 11.93 -
YUV 94.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 136 74 94 0 0.46 0.31 0.47 340.65 0.3 0.41
Hex 88 4A 5E 0 2E 1F 2F 155 1E 29
Octal 210 112 136 0 56 37 57 525 36 51
Binary 10001000 1001010 1011110 0 101110 11111 101111 101010101 11110 101001

Color Harmonies of #884A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A5E

Black with #884A5E

Text Example


Text Example

White with #884A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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