Html Css Color HEX #8C4760 Cannon Pink

📋 copy color: '#8C4760'

red 140 ◦ green 71 ◦ blue 96

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

Shades of Cannon Pink #8C4760

Tints of Cannon Pink #8C4760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 45.6%
G = 23.13%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C4760 (or 0x8C4760) is known color: Cannon Pink. HEX triplet: 8C, 47 and 60. RGB value is (140,71,96). Sum of RGB (Red+Green+Blue) = 140+71+96=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4760 is #73B89F. Grayscale: #5E5E5E. Windows color (decimal): -7583904 or 6309772. OLE color: 6309772.

HSL color Cylindrical-coordinate representation of color #8C4760: hue angle of 338.26º 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 #8C4760 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 71 96 -
CMYK 0 0.49 0.31 0.45
HSL 338.26º 0.33% 0.41% -
HSV(B) 338.26º 0.49% 0.55% -
XYZ 15.18 10.93 12.38 -
YUV 94.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 140 71 96 0 0.49 0.31 0.45 338.26 0.33 0.41
Hex 8C 47 60 0 31 1F 2D 152 21 29
Octal 214 107 140 0 61 37 55 522 41 51
Binary 10001100 1000111 1100000 0 110001 11111 101101 101010010 100001 101001

Color Harmonies of #8C4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4760

Black with #8C4760

Text Example


Text Example

White with #8C4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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