Html Css Color HEX #884961 Cannon Pink

📋 copy color: '#884961'

red 136 ◦ green 73 ◦ blue 97

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

Shades of Cannon Pink #884961

Tints of Cannon Pink #884961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 44.44%
G = 23.86%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#884961 (or 0x884961) is known color: Cannon Pink. HEX triplet: 88, 49 and 61. RGB value is (136,73,97). Sum of RGB (Red+Green+Blue) = 136+73+97=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #884961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884961 is #77B69E. Grayscale: #5E5E5E. Windows color (decimal): -7845535 or 6375816. OLE color: 6375816.

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

Color convert

RGB 136 73 97 -
CMYK 0 0.46 0.29 0.47
HSL 337.14º 0.3% 0.41% -
HSV(B) 337.14º 0.46% 0.53% -
XYZ 14.69 10.86 12.63 -
YUV 94.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 136 73 97 0 0.46 0.29 0.47 337.14 0.3 0.41
Hex 88 49 61 0 2E 1D 2F 151 1E 29
Octal 210 111 141 0 56 35 57 521 36 51
Binary 10001000 1001001 1100001 0 101110 11101 101111 101010001 11110 101001

Color Harmonies of #884961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884961

Black with #884961

Text Example


Text Example

White with #884961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884961; }

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

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

background-color css

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

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

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

border-color css

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

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

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