Html Css Color HEX #884860 Cannon Pink

📋 copy color: '#884860'

red 136 ◦ green 72 ◦ blue 96

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

Shades of Cannon Pink #884860

Tints of Cannon Pink #884860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 44.74%
G = 23.68%
B = 31.58%

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

#884860 (or 0x884860) is known color: Cannon Pink. HEX triplet: 88, 48 and 60. RGB value is (136,72,96). Sum of RGB (Red+Green+Blue) = 136+72+96=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884860 is #77B79F. Grayscale: #5D5D5D. Windows color (decimal): -7845792 or 6310024. OLE color: 6310024.

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

Color convert

RGB 136 72 96 -
CMYK 0 0.47 0.29 0.47
HSL 337.5º 0.31% 0.41% -
HSV(B) 337.5º 0.47% 0.53% -
XYZ 14.58 10.71 12.37 -
YUV 93.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 136 72 96 0 0.47 0.29 0.47 337.5 0.31 0.41
Hex 88 48 60 0 2F 1D 2F 152 1F 29
Octal 210 110 140 0 57 35 57 522 37 51
Binary 10001000 1001000 1100000 0 101111 11101 101111 101010010 11111 101001

Color Harmonies of #884860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884860

Black with #884860

Text Example


Text Example

White with #884860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884860; }

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

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

background-color css

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

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

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

border-color css

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

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

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