Html Css Color HEX #8A5672 Cannon Pink

📋 copy color: '#8A5672'

red 138 ◦ green 86 ◦ blue 114

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

Shades of Cannon Pink #8A5672

Tints of Cannon Pink #8A5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 40.83%
G = 25.44%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A5672 (or 0x8A5672) is known color: Cannon Pink. HEX triplet: 8A, 56 and 72. RGB value is (138,86,114). Sum of RGB (Red+Green+Blue) = 138+86+114=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5672 is #75A98D. Grayscale: #686868. Windows color (decimal): -7711118 or 7493258. OLE color: 7493258.

HSL color Cylindrical-coordinate representation of color #8A5672: hue angle of 327.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5672 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 86 114 -
CMYK 0 0.38 0.17 0.46
HSL 327.69º 0.23% 0.44% -
HSV(B) 327.69º 0.38% 0.54% -
XYZ 16.85 13.27 17.59 -
YUV 104.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 138 86 114 0 0.38 0.17 0.46 327.69 0.23 0.44
Hex 8A 56 72 0 26 11 2E 148 17 2C
Octal 212 126 162 0 46 21 56 510 27 54
Binary 10001010 1010110 1110010 0 100110 10001 101110 101001000 10111 101100

Color Harmonies of #8A5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5672

Black with #8A5672

Text Example


Text Example

White with #8A5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,86,114); }

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

background-color css

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

 a { background-color: rgb(138,86,114); }

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

border-color css

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

 span { border-color: rgb(138,86,114); }

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