Html Css Color HEX #845462 Cannon Pink

📋 copy color: '#845462'

red 132 ◦ green 84 ◦ blue 98

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

Shades of Cannon Pink #845462

Tints of Cannon Pink #845462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 42.04%
G = 26.75%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#845462 (or 0x845462) is known color: Cannon Pink. HEX triplet: 84, 54 and 62. RGB value is (132,84,98). Sum of RGB (Red+Green+Blue) = 132+84+98=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845462 is #7BAB9D. Grayscale: #636363. Windows color (decimal): -8104862 or 6444164. OLE color: 6444164.

HSL color Cylindrical-coordinate representation of color #845462: hue angle of 342.5º 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 #845462 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 84 98 -
CMYK 0 0.36 0.26 0.48
HSL 342.5º 0.22% 0.42% -
HSV(B) 342.5º 0.36% 0.52% -
XYZ 14.89 12.13 13.11 -
YUV 99.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 132 84 98 0 0.36 0.26 0.48 342.5 0.22 0.42
Hex 84 54 62 0 24 1A 30 156 16 2A
Octal 204 124 142 0 44 32 60 526 26 52
Binary 10000100 1010100 1100010 0 100100 11010 110000 101010110 10110 101010

Color Harmonies of #845462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845462

Black with #845462

Text Example


Text Example

White with #845462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845462; }

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

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

background-color css

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

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

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

border-color css

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

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

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