Html Css Color HEX #8A575F Cannon Pink

📋 copy color: '#8A575F'

red 138 ◦ green 87 ◦ blue 95

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

Shades of Cannon Pink #8A575F

Tints of Cannon Pink #8A575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 43.13%
G = 27.19%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A575F (or 0x8A575F) is known color: Cannon Pink. HEX triplet: 8A, 57 and 5F. RGB value is (138,87,95). Sum of RGB (Red+Green+Blue) = 138+87+95=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A575F is #75A8A0. Grayscale: #676767. Windows color (decimal): -7710881 or 6248330. OLE color: 6248330.

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

Color convert

RGB 138 87 95 -
CMYK 0 0.37 0.31 0.46
HSL 350.59º 0.23% 0.44% -
HSV(B) 350.59º 0.37% 0.54% -
XYZ 15.95 13.05 12.5 -
YUV 103.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 138 87 95 0 0.37 0.31 0.46 350.59 0.23 0.44
Hex 8A 57 5F 0 25 1F 2E 15F 17 2C
Octal 212 127 137 0 45 37 56 537 27 54
Binary 10001010 1010111 1011111 0 100101 11111 101110 101011111 10111 101100

Color Harmonies of #8A575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A575F

Black with #8A575F

Text Example


Text Example

White with #8A575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,87,95); }

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

background-color css

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

 a { background-color: rgb(138,87,95); }

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

border-color css

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

 span { border-color: rgb(138,87,95); }

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