Html Css Color HEX #8C4A57 Cannon Pink

📋 copy color: '#8C4A57'

red 140 ◦ green 74 ◦ blue 87

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

Shades of Cannon Pink #8C4A57

Tints of Cannon Pink #8C4A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 46.51%
G = 24.58%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C4A57 (or 0x8C4A57) is known color: Cannon Pink. HEX triplet: 8C, 4A and 57. RGB value is (140,74,87). Sum of RGB (Red+Green+Blue) = 140+74+87=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A57 is #73B5A8. Grayscale: #5F5F5F. Windows color (decimal): -7583145 or 5720716. OLE color: 5720716.

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

Color convert

RGB 140 74 87 -
CMYK 0 0.47 0.38 0.45
HSL 348.18º 0.31% 0.42% -
HSV(B) 348.18º 0.47% 0.55% -
XYZ 14.98 11.16 10.38 -
YUV 95.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 140 74 87 0 0.47 0.38 0.45 348.18 0.31 0.42
Hex 8C 4A 57 0 2F 26 2D 15C 1F 2A
Octal 214 112 127 0 57 46 55 534 37 52
Binary 10001100 1001010 1010111 0 101111 100110 101101 101011100 11111 101010

Color Harmonies of #8C4A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4A57

Black with #8C4A57

Text Example


Text Example

White with #8C4A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,74,87); }

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

background-color css

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

 a { background-color: rgb(140,74,87); }

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

border-color css

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

 span { border-color: rgb(140,74,87); }

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