Html Css Color HEX #8C5261 Cannon Pink

📋 copy color: '#8C5261'

red 140 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #8C5261

Tints of Cannon Pink #8C5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 43.89%
G = 25.71%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C5261 (or 0x8C5261) is known color: Cannon Pink. HEX triplet: 8C, 52 and 61. RGB value is (140,82,97). Sum of RGB (Red+Green+Blue) = 140+82+97=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5261 is #73AD9E. Grayscale: #656565. Windows color (decimal): -7581087 or 6378124. OLE color: 6378124.

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

Color convert

RGB 140 82 97 -
CMYK 0 0.41 0.31 0.45
HSL 344.48º 0.26% 0.44% -
HSV(B) 344.48º 0.41% 0.55% -
XYZ 15.99 12.47 12.87 -
YUV 101.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 140 82 97 0 0.41 0.31 0.45 344.48 0.26 0.44
Hex 8C 52 61 0 29 1F 2D 158 1A 2C
Octal 214 122 141 0 51 37 55 530 32 54
Binary 10001100 1010010 1100001 0 101001 11111 101101 101011000 11010 101100

Color Harmonies of #8C5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5261

Black with #8C5261

Text Example


Text Example

White with #8C5261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,97); }

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

background-color css

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

 a { background-color: rgb(140,82,97); }

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

border-color css

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

 span { border-color: rgb(140,82,97); }

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