Html Css Color HEX #845464 Cannon Pink

📋 copy color: '#845464'

red 132 ◦ green 84 ◦ blue 100

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

Shades of Cannon Pink #845464

Tints of Cannon Pink #845464

RGB

 RED value IS 132 (51.95% from 255) = 41.77%

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 41.77%
G = 26.58%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#845464 (or 0x845464) is known color: Cannon Pink. HEX triplet: 84, 54 and 64. RGB value is (132,84,100). Sum of RGB (Red+Green+Blue) = 132+84+100=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845464 is #7BAB9B. Grayscale: #646464. Windows color (decimal): -8104860 or 6575236. OLE color: 6575236.

HSL color Cylindrical-coordinate representation of color #845464: hue angle of 340º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845464 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 84 100 -
CMYK 0 0.36 0.24 0.48
HSL 340º 0.22% 0.42% -
HSV(B) 340º 0.36% 0.52% -
XYZ 14.99 12.17 13.62 -
YUV 100.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 132 84 100 0 0.36 0.24 0.48 340 0.22 0.42
Hex 84 54 64 0 24 18 30 154 16 2A
Octal 204 124 144 0 44 30 60 524 26 52
Binary 10000100 1010100 1100100 0 100100 11000 110000 101010100 10110 101010

Color Harmonies of #845464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845464

Black with #845464

Text Example


Text Example

White with #845464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845464; }

 p { color: rgb(132,84,100); }

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

background-color css

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

 a { background-color: rgb(132,84,100); }

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

border-color css

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

 span { border-color: rgb(132,84,100); }

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