Html Css Color HEX #845564 Cannon Pink

📋 copy color: '#845564'

red 132 ◦ green 85 ◦ blue 100

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

Shades of Cannon Pink #845564

Tints of Cannon Pink #845564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 41.64%
G = 26.81%
B = 31.55%

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

#845564 (or 0x845564) is known color: Cannon Pink. HEX triplet: 84, 55 and 64. RGB value is (132,85,100). Sum of RGB (Red+Green+Blue) = 132+85+100=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845564 is #7BAA9B. Grayscale: #646464. Windows color (decimal): -8104604 or 6575492. OLE color: 6575492.

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

Color convert

RGB 132 85 100 -
CMYK 0 0.36 0.24 0.48
HSL 340.85º 0.22% 0.43% -
HSV(B) 340.85º 0.36% 0.52% -
XYZ 15.06 12.32 13.64 -
YUV 100.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 132 85 100 0 0.36 0.24 0.48 340.85 0.22 0.43
Hex 84 55 64 0 24 18 30 155 16 2B
Octal 204 125 144 0 44 30 60 525 26 53
Binary 10000100 1010101 1100100 0 100100 11000 110000 101010101 10110 101011

Color Harmonies of #845564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845564

Black with #845564

Text Example


Text Example

White with #845564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845564; }

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

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

background-color css

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

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

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

border-color css

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

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

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