Html Css Color HEX #8A475A Cannon Pink

📋 copy color: '#8A475A'

red 138 ◦ green 71 ◦ blue 90

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

Shades of Cannon Pink #8A475A

Tints of Cannon Pink #8A475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 46.15%
G = 23.75%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#8A475A (or 0x8A475A) is known color: Cannon Pink. HEX triplet: 8A, 47 and 5A. RGB value is (138,71,90). Sum of RGB (Red+Green+Blue) = 138+71+90=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A475A is #75B8A5. Grayscale: #5D5D5D. Windows color (decimal): -7714982 or 5916554. OLE color: 5916554.

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

Color convert

RGB 138 71 90 -
CMYK 0 0.49 0.35 0.46
HSL 342.99º 0.32% 0.41% -
HSV(B) 342.99º 0.49% 0.54% -
XYZ 14.58 10.65 10.96 -
YUV 93.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 138 71 90 0 0.49 0.35 0.46 342.99 0.32 0.41
Hex 8A 47 5A 0 31 23 2E 157 20 29
Octal 212 107 132 0 61 43 56 527 40 51
Binary 10001010 1000111 1011010 0 110001 100011 101110 101010111 100000 101001

Color Harmonies of #8A475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A475A

Black with #8A475A

Text Example


Text Example

White with #8A475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,71,90); }

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

background-color css

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

 a { background-color: rgb(138,71,90); }

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

border-color css

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

 span { border-color: rgb(138,71,90); }

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