Html Css Color HEX #845063 Cannon Pink

📋 copy color: '#845063'

red 132 ◦ green 80 ◦ blue 99

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

Shades of Cannon Pink #845063

Tints of Cannon Pink #845063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 42.44%
G = 25.72%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#845063 (or 0x845063) is known color: Cannon Pink. HEX triplet: 84, 50 and 63. RGB value is (132,80,99). Sum of RGB (Red+Green+Blue) = 132+80+99=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #845063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845063 is #7BAF9C. Grayscale: #616161. Windows color (decimal): -8105885 or 6508676. OLE color: 6508676.

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

Color convert

RGB 132 80 99 -
CMYK 0 0.39 0.25 0.48
HSL 338.08º 0.25% 0.42% -
HSV(B) 338.08º 0.39% 0.52% -
XYZ 14.64 11.54 13.26 -
YUV 97.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 132 80 99 0 0.39 0.25 0.48 338.08 0.25 0.42
Hex 84 50 63 0 27 19 30 152 19 2A
Octal 204 120 143 0 47 31 60 522 31 52
Binary 10000100 1010000 1100011 0 100111 11001 110000 101010010 11001 101010

Color Harmonies of #845063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845063

Black with #845063

Text Example


Text Example

White with #845063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845063; }

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

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

background-color css

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

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

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

border-color css

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

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

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