Html Css Color HEX #884B5D Cannon Pink

📋 copy color: '#884B5D'

red 136 ◦ green 75 ◦ blue 93

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

Shades of Cannon Pink #884B5D

Tints of Cannon Pink #884B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 44.74%
G = 24.67%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#884B5D (or 0x884B5D) is known color: Cannon Pink. HEX triplet: 88, 4B and 5D. RGB value is (136,75,93). Sum of RGB (Red+Green+Blue) = 136+75+93=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B5D is #77B4A2. Grayscale: #5F5F5F. Windows color (decimal): -7845027 or 6114184. OLE color: 6114184.

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

Color convert

RGB 136 75 93 -
CMYK 0 0.45 0.32 0.47
HSL 342.3º 0.29% 0.41% -
HSV(B) 342.3º 0.45% 0.53% -
XYZ 14.65 11.06 11.72 -
YUV 95.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 136 75 93 0 0.45 0.32 0.47 342.3 0.29 0.41
Hex 88 4B 5D 0 2D 20 2F 156 1D 29
Octal 210 113 135 0 55 40 57 526 35 51
Binary 10001000 1001011 1011101 0 101101 100000 101111 101010110 11101 101001

Color Harmonies of #884B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B5D

Black with #884B5D

Text Example


Text Example

White with #884B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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