Html Css Color HEX #8A5465 Cannon Pink

📋 copy color: '#8A5465'

red 138 ◦ green 84 ◦ blue 101

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

Shades of Cannon Pink #8A5465

Tints of Cannon Pink #8A5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 42.72%
G = 26.01%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A5465 (or 0x8A5465) is known color: Cannon Pink. HEX triplet: 8A, 54 and 65. RGB value is (138,84,101). Sum of RGB (Red+Green+Blue) = 138+84+101=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5465 is #75AB9A. Grayscale: #666666. Windows color (decimal): -7711643 or 6640778. OLE color: 6640778.

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

Color convert

RGB 138 84 101 -
CMYK 0 0.39 0.27 0.46
HSL 341.11º 0.24% 0.44% -
HSV(B) 341.11º 0.39% 0.54% -
XYZ 16 12.68 13.92 -
YUV 102.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 138 84 101 0 0.39 0.27 0.46 341.11 0.24 0.44
Hex 8A 54 65 0 27 1B 2E 155 18 2C
Octal 212 124 145 0 47 33 56 525 30 54
Binary 10001010 1010100 1100101 0 100111 11011 101110 101010101 11000 101100

Color Harmonies of #8A5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5465

Black with #8A5465

Text Example


Text Example

White with #8A5465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,84,101); }

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

background-color css

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

 a { background-color: rgb(138,84,101); }

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

border-color css

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

 span { border-color: rgb(138,84,101); }

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