Html Css Color HEX #8C475E Cannon Pink

📋 copy color: '#8C475E'

red 140 ◦ green 71 ◦ blue 94

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

Shades of Cannon Pink #8C475E

Tints of Cannon Pink #8C475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 45.9%
G = 23.28%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C475E (or 0x8C475E) is known color: Cannon Pink. HEX triplet: 8C, 47 and 5E. RGB value is (140,71,94). Sum of RGB (Red+Green+Blue) = 140+71+94=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C475E is #73B8A1. Grayscale: #5E5E5E. Windows color (decimal): -7583906 or 6178700. OLE color: 6178700.

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

Color convert

RGB 140 71 94 -
CMYK 0 0.49 0.33 0.45
HSL 340º 0.33% 0.41% -
HSV(B) 340º 0.49% 0.55% -
XYZ 15.09 10.89 11.9 -
YUV 94.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 140 71 94 0 0.49 0.33 0.45 340 0.33 0.41
Hex 8C 47 5E 0 31 21 2D 154 21 29
Octal 214 107 136 0 61 41 55 524 41 51
Binary 10001100 1000111 1011110 0 110001 100001 101101 101010100 100001 101001

Color Harmonies of #8C475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C475E

Black with #8C475E

Text Example


Text Example

White with #8C475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,71,94); }

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

background-color css

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

 a { background-color: rgb(140,71,94); }

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

border-color css

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

 span { border-color: rgb(140,71,94); }

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