Html Css Color HEX #884460 Cannon Pink

📋 copy color: '#884460'

red 136 ◦ green 68 ◦ blue 96

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

Shades of Cannon Pink #884460

Tints of Cannon Pink #884460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 45.33%
G = 22.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#884460 (or 0x884460) is known color: Cannon Pink. HEX triplet: 88, 44 and 60. RGB value is (136,68,96). Sum of RGB (Red+Green+Blue) = 136+68+96=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #884460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884460 is #77BB9F. Grayscale: #5B5B5B. Windows color (decimal): -7846816 or 6309000. OLE color: 6309000.

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

Color convert

RGB 136 68 96 -
CMYK 0 0.50 0.29 0.47
HSL 335.29º 0.33% 0.4% -
HSV(B) 335.29º 0.5% 0.53% -
XYZ 14.33 10.21 12.28 -
YUV 91.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 136 68 96 0 0.50 0.29 0.47 335.29 0.33 0.4
Hex 88 44 60 0 32 1D 2F 14F 21 28
Octal 210 104 140 0 62 35 57 517 41 50
Binary 10001000 1000100 1100000 0 110010 11101 101111 101001111 100001 101000

Color Harmonies of #884460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884460

Black with #884460

Text Example


Text Example

White with #884460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884460; }

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

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

background-color css

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

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

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

border-color css

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

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

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