Html Css Color HEX #8A4969 Cannon Pink

📋 copy color: '#8A4969'

red 138 ◦ green 73 ◦ blue 105

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

Shades of Cannon Pink #8A4969

Tints of Cannon Pink #8A4969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 43.67%
G = 23.1%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#8A4969 (or 0x8A4969) is known color: Cannon Pink. HEX triplet: 8A, 49 and 69. RGB value is (138,73,105). Sum of RGB (Red+Green+Blue) = 138+73+105=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4969 is #75B696. Grayscale: #606060. Windows color (decimal): -7714455 or 6900106. OLE color: 6900106.

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

Color convert

RGB 138 73 105 -
CMYK 0 0.47 0.24 0.46
HSL 330.46º 0.31% 0.41% -
HSV(B) 330.46º 0.47% 0.54% -
XYZ 15.41 11.19 14.71 -
YUV 96.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 138 73 105 0 0.47 0.24 0.46 330.46 0.31 0.41
Hex 8A 49 69 0 2F 18 2E 14A 1F 29
Octal 212 111 151 0 57 30 56 512 37 51
Binary 10001010 1001001 1101001 0 101111 11000 101110 101001010 11111 101001

Color Harmonies of #8A4969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4969

Black with #8A4969

Text Example


Text Example

White with #8A4969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,73,105); }

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

background-color css

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

 a { background-color: rgb(138,73,105); }

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

border-color css

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

 span { border-color: rgb(138,73,105); }

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