Html Css Color HEX #845261 Cannon Pink

📋 copy color: '#845261'

red 132 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #845261

Tints of Cannon Pink #845261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 42.44%
G = 26.37%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#845261 (or 0x845261) is known color: Cannon Pink. HEX triplet: 84, 52 and 61. RGB value is (132,82,97). Sum of RGB (Red+Green+Blue) = 132+82+97=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #845261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845261 is #7BAD9E. Grayscale: #626262. Windows color (decimal): -8105375 or 6378116. OLE color: 6378116.

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

Color convert

RGB 132 82 97 -
CMYK 0 0.38 0.27 0.48
HSL 342º 0.23% 0.42% -
HSV(B) 342º 0.38% 0.52% -
XYZ 14.69 11.8 12.81 -
YUV 98.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 132 82 97 0 0.38 0.27 0.48 342 0.23 0.42
Hex 84 52 61 0 26 1B 30 156 17 2A
Octal 204 122 141 0 46 33 60 526 27 52
Binary 10000100 1010010 1100001 0 100110 11011 110000 101010110 10111 101010

Color Harmonies of #845261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845261

Black with #845261

Text Example


Text Example

White with #845261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845261; }

 p { color: rgb(132,82,97); }

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

background-color css

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

 a { background-color: rgb(132,82,97); }

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

border-color css

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

 span { border-color: rgb(132,82,97); }

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