Html Css Color HEX #8A5462 Cannon Pink

📋 copy color: '#8A5462'

red 138 ◦ green 84 ◦ blue 98

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

Shades of Cannon Pink #8A5462

Tints of Cannon Pink #8A5462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 43.13%
G = 26.25%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#8A5462 (or 0x8A5462) is known color: Cannon Pink. HEX triplet: 8A, 54 and 62. RGB value is (138,84,98). Sum of RGB (Red+Green+Blue) = 138+84+98=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5462 is #75AB9D. Grayscale: #656565. Windows color (decimal): -7711646 or 6444170. OLE color: 6444170.

HSL color Cylindrical-coordinate representation of color #8A5462: hue angle of 344.44º 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 #8A5462 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 84 98 -
CMYK 0 0.39 0.29 0.46
HSL 344.44º 0.24% 0.44% -
HSV(B) 344.44º 0.39% 0.54% -
XYZ 15.86 12.63 13.16 -
YUV 101.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 138 84 98 0 0.39 0.29 0.46 344.44 0.24 0.44
Hex 8A 54 62 0 27 1D 2E 158 18 2C
Octal 212 124 142 0 47 35 56 530 30 54
Binary 10001010 1010100 1100010 0 100111 11101 101110 101011000 11000 101100

Color Harmonies of #8A5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5462

Black with #8A5462

Text Example


Text Example

White with #8A5462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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