Html Css Color HEX #8C486D Cannon Pink

📋 copy color: '#8C486D'

red 140 ◦ green 72 ◦ blue 109

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

Shades of Cannon Pink #8C486D

Tints of Cannon Pink #8C486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 43.61%
G = 22.43%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C486D (or 0x8C486D) is known color: Cannon Pink. HEX triplet: 8C, 48 and 6D. RGB value is (140,72,109). Sum of RGB (Red+Green+Blue) = 140+72+109=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C486D is #73B792. Grayscale: #606060. Windows color (decimal): -7583635 or 7161996. OLE color: 7161996.

HSL color Cylindrical-coordinate representation of color #8C486D: hue angle of 327.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C486D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 72 109 -
CMYK 0 0.49 0.22 0.45
HSL 327.35º 0.32% 0.42% -
HSV(B) 327.35º 0.49% 0.55% -
XYZ 15.89 11.31 15.81 -
YUV 96.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 140 72 109 0 0.49 0.22 0.45 327.35 0.32 0.42
Hex 8C 48 6D 0 31 16 2D 147 20 2A
Octal 214 110 155 0 61 26 55 507 40 52
Binary 10001100 1001000 1101101 0 110001 10110 101101 101000111 100000 101010

Color Harmonies of #8C486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C486D

Black with #8C486D

Text Example


Text Example

White with #8C486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,109); }

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

background-color css

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

 a { background-color: rgb(140,72,109); }

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

border-color css

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

 span { border-color: rgb(140,72,109); }

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