Html Css Color HEX #8A525D Cannon Pink

📋 copy color: '#8A525D'

red 138 ◦ green 82 ◦ blue 93

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

Shades of Cannon Pink #8A525D

Tints of Cannon Pink #8A525D

RGB

 RED value IS 138 (54.3% from 255) = 44.09%

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

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

R = 44.09%
G = 26.2%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A525D (or 0x8A525D) is known color: Cannon Pink. HEX triplet: 8A, 52 and 5D. RGB value is (138,82,93). Sum of RGB (Red+Green+Blue) = 138+82+93=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A525D is #75ADA2. Grayscale: #646464. Windows color (decimal): -7712163 or 6115978. OLE color: 6115978.

HSL color Cylindrical-coordinate representation of color #8A525D: hue angle of 348.21º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A525D is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 82 93 -
CMYK 0 0.41 0.33 0.46
HSL 348.21º 0.25% 0.43% -
HSV(B) 348.21º 0.41% 0.54% -
XYZ 15.47 12.23 11.9 -
YUV 100 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 138 82 93 0 0.41 0.33 0.46 348.21 0.25 0.43
Hex 8A 52 5D 0 29 21 2E 15C 19 2B
Octal 212 122 135 0 51 41 56 534 31 53
Binary 10001010 1010010 1011101 0 101001 100001 101110 101011100 11001 101011

Color Harmonies of #8A525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A525D

Black with #8A525D

Text Example


Text Example

White with #8A525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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