Html Css Color HEX #8C5473 Cannon Pink

📋 copy color: '#8C5473'

red 140 ◦ green 84 ◦ blue 115

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

Shades of Cannon Pink #8C5473

Tints of Cannon Pink #8C5473

RGB

 RED value IS 140 (55.08% from 255) = 41.3%

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 41.3%
G = 24.78%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C5473 (or 0x8C5473) is known color: Cannon Pink. HEX triplet: 8C, 54 and 73. RGB value is (140,84,115). Sum of RGB (Red+Green+Blue) = 140+84+115=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5473 is #73AB8C. Grayscale: #686868. Windows color (decimal): -7580557 or 7558284. OLE color: 7558284.

HSL color Cylindrical-coordinate representation of color #8C5473: hue angle of 326.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5473 is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 84 115 -
CMYK 0 0.4 0.18 0.45
HSL 326.79º 0.25% 0.44% -
HSV(B) 326.79º 0.4% 0.55% -
XYZ 17.08 13.15 17.86 -
YUV 104.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 140 84 115 0 0.4 0.18 0.45 326.79 0.25 0.44
Hex 8C 54 73 0 28 12 2D 147 19 2C
Octal 214 124 163 0 50 22 55 507 31 54
Binary 10001100 1010100 1110011 0 101000 10010 101101 101000111 11001 101100

Color Harmonies of #8C5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5473

Black with #8C5473

Text Example


Text Example

White with #8C5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5473; }

 p { color: rgb(140,84,115); }

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

background-color css

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

 a { background-color: rgb(140,84,115); }

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

border-color css

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

 span { border-color: rgb(140,84,115); }

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