Html Css Color HEX #884560 Cannon Pink

📋 copy color: '#884560'

red 136 ◦ green 69 ◦ blue 96

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

Shades of Cannon Pink #884560

Tints of Cannon Pink #884560

RGB

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

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

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

R = 45.18%
G = 22.92%
B = 31.89%

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

#884560 (or 0x884560) is known color: Cannon Pink. HEX triplet: 88, 45 and 60. RGB value is (136,69,96). Sum of RGB (Red+Green+Blue) = 136+69+96=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #884560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884560 is #77BA9F. Grayscale: #5C5C5C. Windows color (decimal): -7846560 or 6309256. OLE color: 6309256.

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

Color convert

RGB 136 69 96 -
CMYK 0 0.49 0.29 0.47
HSL 335.82º 0.33% 0.4% -
HSV(B) 335.82º 0.49% 0.53% -
XYZ 14.39 10.34 12.3 -
YUV 92.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 136 69 96 0 0.49 0.29 0.47 335.82 0.33 0.4
Hex 88 45 60 0 31 1D 2F 150 21 28
Octal 210 105 140 0 61 35 57 520 41 50
Binary 10001000 1000101 1100000 0 110001 11101 101111 101010000 100001 101000

Color Harmonies of #884560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884560

Black with #884560

Text Example


Text Example

White with #884560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884560; }

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

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

background-color css

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

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

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

border-color css

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

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

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