Html Css Color HEX #8C525D Cannon Pink

📋 copy color: '#8C525D'

red 140 ◦ green 82 ◦ blue 93

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

Shades of Cannon Pink #8C525D

Tints of Cannon Pink #8C525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 44.44%
G = 26.03%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C525D (or 0x8C525D) is known color: Cannon Pink. HEX triplet: 8C, 52 and 5D. RGB value is (140,82,93). Sum of RGB (Red+Green+Blue) = 140+82+93=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C525D is #73ADA2. Grayscale: #646464. Windows color (decimal): -7581091 or 6115980. OLE color: 6115980.

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

Color convert

RGB 140 82 93 -
CMYK 0 0.41 0.34 0.45
HSL 348.62º 0.26% 0.44% -
HSV(B) 348.62º 0.41% 0.55% -
XYZ 15.81 12.4 11.92 -
YUV 100.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 140 82 93 0 0.41 0.34 0.45 348.62 0.26 0.44
Hex 8C 52 5D 0 29 22 2D 15D 1A 2C
Octal 214 122 135 0 51 42 55 535 32 54
Binary 10001100 1010010 1011101 0 101001 100010 101101 101011101 11010 101100

Color Harmonies of #8C525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C525D

Black with #8C525D

Text Example


Text Example

White with #8C525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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