Html Css Color HEX #884561 Cannon Pink

📋 copy color: '#884561'

red 136 ◦ green 69 ◦ blue 97

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

Shades of Cannon Pink #884561

Tints of Cannon Pink #884561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 45.03%
G = 22.85%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#884561 (or 0x884561) is known color: Cannon Pink. HEX triplet: 88, 45 and 61. RGB value is (136,69,97). Sum of RGB (Red+Green+Blue) = 136+69+97=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #884561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884561 is #77BA9E. Grayscale: #5C5C5C. Windows color (decimal): -7846559 or 6374792. OLE color: 6374792.

HSL color Cylindrical-coordinate representation of color #884561: hue angle of 334.93º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884561 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 97 -
CMYK 0 0.49 0.29 0.47
HSL 334.93º 0.33% 0.4% -
HSV(B) 334.93º 0.49% 0.53% -
XYZ 14.44 10.35 12.55 -
YUV 92.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 136 69 97 0 0.49 0.29 0.47 334.93 0.33 0.4
Hex 88 45 61 0 31 1D 2F 14F 21 28
Octal 210 105 141 0 61 35 57 517 41 50
Binary 10001000 1000101 1100001 0 110001 11101 101111 101001111 100001 101000

Color Harmonies of #884561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884561

Black with #884561

Text Example


Text Example

White with #884561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884561; }

 p { color: rgb(136,69,97); }

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

background-color css

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

 a { background-color: rgb(136,69,97); }

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

border-color css

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

 span { border-color: rgb(136,69,97); }

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