Html Css Color HEX #8C525E Cannon Pink

📋 copy color: '#8C525E'

red 140 ◦ green 82 ◦ blue 94

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

Shades of Cannon Pink #8C525E

Tints of Cannon Pink #8C525E

RGB

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

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

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

R = 44.3%
G = 25.95%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C525E (or 0x8C525E) is known color: Cannon Pink. HEX triplet: 8C, 52 and 5E. RGB value is (140,82,94). Sum of RGB (Red+Green+Blue) = 140+82+94=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C525E is #73ADA1. Grayscale: #646464. Windows color (decimal): -7581090 or 6181516. OLE color: 6181516.

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

Color convert

RGB 140 82 94 -
CMYK 0 0.41 0.33 0.45
HSL 347.59º 0.26% 0.44% -
HSV(B) 347.59º 0.41% 0.55% -
XYZ 15.85 12.42 12.15 -
YUV 100.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 140 82 94 0 0.41 0.33 0.45 347.59 0.26 0.44
Hex 8C 52 5E 0 29 21 2D 15C 1A 2C
Octal 214 122 136 0 51 41 55 534 32 54
Binary 10001100 1010010 1011110 0 101001 100001 101101 101011100 11010 101100

Color Harmonies of #8C525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C525E

Black with #8C525E

Text Example


Text Example

White with #8C525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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