Html Css Color HEX #8C5761 Cannon Pink

📋 copy color: '#8C5761'

red 140 ◦ green 87 ◦ blue 97

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

Shades of Cannon Pink #8C5761

Tints of Cannon Pink #8C5761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 43.21%
G = 26.85%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C5761 (or 0x8C5761) is known color: Cannon Pink. HEX triplet: 8C, 57 and 61. RGB value is (140,87,97). Sum of RGB (Red+Green+Blue) = 140+87+97=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5761 is #73A89E. Grayscale: #686868. Windows color (decimal): -7579807 or 6379404. OLE color: 6379404.

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

Color convert

RGB 140 87 97 -
CMYK 0 0.38 0.31 0.45
HSL 348.68º 0.23% 0.45% -
HSV(B) 348.68º 0.38% 0.55% -
XYZ 16.38 13.25 13 -
YUV 103.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 140 87 97 0 0.38 0.31 0.45 348.68 0.23 0.45
Hex 8C 57 61 0 26 1F 2D 15D 17 2D
Octal 214 127 141 0 46 37 55 535 27 55
Binary 10001100 1010111 1100001 0 100110 11111 101101 101011101 10111 101101

Color Harmonies of #8C5761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5761

Black with #8C5761

Text Example


Text Example

White with #8C5761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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