Html Css Color HEX #884B5E Cannon Pink

📋 copy color: '#884B5E'

red 136 ◦ green 75 ◦ blue 94

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

Shades of Cannon Pink #884B5E

Tints of Cannon Pink #884B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

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

R = 44.59%
G = 24.59%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#884B5E (or 0x884B5E) is known color: Cannon Pink. HEX triplet: 88, 4B and 5E. RGB value is (136,75,94). Sum of RGB (Red+Green+Blue) = 136+75+94=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B5E is #77B4A1. Grayscale: #5F5F5F. Windows color (decimal): -7845026 or 6179720. OLE color: 6179720.

HSL color Cylindrical-coordinate representation of color #884B5E: hue angle of 341.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B5E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 94 -
CMYK 0 0.45 0.31 0.47
HSL 341.31º 0.29% 0.41% -
HSV(B) 341.31º 0.45% 0.53% -
XYZ 14.69 11.07 11.95 -
YUV 95.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 136 75 94 0 0.45 0.31 0.47 341.31 0.29 0.41
Hex 88 4B 5E 0 2D 1F 2F 155 1D 29
Octal 210 113 136 0 55 37 57 525 35 51
Binary 10001000 1001011 1011110 0 101101 11111 101111 101010101 11101 101001

Color Harmonies of #884B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B5E

Black with #884B5E

Text Example


Text Example

White with #884B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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