Html Css Color HEX #884861 Cannon Pink

📋 copy color: '#884861'

red 136 ◦ green 72 ◦ blue 97

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

Shades of Cannon Pink #884861

Tints of Cannon Pink #884861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 44.59%
G = 23.61%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#884861 (or 0x884861) is known color: Cannon Pink. HEX triplet: 88, 48 and 61. RGB value is (136,72,97). Sum of RGB (Red+Green+Blue) = 136+72+97=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884861 is #77B79E. Grayscale: #5D5D5D. Windows color (decimal): -7845791 or 6375560. OLE color: 6375560.

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

Color convert

RGB 136 72 97 -
CMYK 0 0.47 0.29 0.47
HSL 336.56º 0.31% 0.41% -
HSV(B) 336.56º 0.47% 0.53% -
XYZ 14.63 10.73 12.61 -
YUV 93.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 136 72 97 0 0.47 0.29 0.47 336.56 0.31 0.41
Hex 88 48 61 0 2F 1D 2F 151 1F 29
Octal 210 110 141 0 57 35 57 521 37 51
Binary 10001000 1001000 1100001 0 101111 11101 101111 101010001 11111 101001

Color Harmonies of #884861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884861

Black with #884861

Text Example


Text Example

White with #884861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884861; }

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

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

background-color css

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

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

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

border-color css

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

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

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