Html Css Color HEX #845363 Cannon Pink

📋 copy color: '#845363'

red 132 ◦ green 83 ◦ blue 99

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

Shades of Cannon Pink #845363

Tints of Cannon Pink #845363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 42.04%
G = 26.43%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#845363 (or 0x845363) is known color: Cannon Pink. HEX triplet: 84, 53 and 63. RGB value is (132,83,99). Sum of RGB (Red+Green+Blue) = 132+83+99=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845363 is #7BAC9C. Grayscale: #636363. Windows color (decimal): -8105117 or 6509444. OLE color: 6509444.

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

Color convert

RGB 132 83 99 -
CMYK 0 0.37 0.25 0.48
HSL 340.41º 0.23% 0.42% -
HSV(B) 340.41º 0.37% 0.52% -
XYZ 14.86 11.99 13.34 -
YUV 99.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 132 83 99 0 0.37 0.25 0.48 340.41 0.23 0.42
Hex 84 53 63 0 25 19 30 154 17 2A
Octal 204 123 143 0 45 31 60 524 27 52
Binary 10000100 1010011 1100011 0 100101 11001 110000 101010100 10111 101010

Color Harmonies of #845363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845363

Black with #845363

Text Example


Text Example

White with #845363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845363; }

 p { color: rgb(132,83,99); }

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

background-color css

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

 a { background-color: rgb(132,83,99); }

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

border-color css

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

 span { border-color: rgb(132,83,99); }

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