Html Css Color HEX #8A506C Cannon Pink

📋 copy color: '#8A506C'

red 138 ◦ green 80 ◦ blue 108

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

Shades of Cannon Pink #8A506C

Tints of Cannon Pink #8A506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 42.33%
G = 24.54%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A506C (or 0x8A506C) is known color: Cannon Pink. HEX triplet: 8A, 50 and 6C. RGB value is (138,80,108). Sum of RGB (Red+Green+Blue) = 138+80+108=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A506C is #75AF93. Grayscale: #646464. Windows color (decimal): -7712660 or 7098506. OLE color: 7098506.

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

Color convert

RGB 138 80 108 -
CMYK 0 0.42 0.22 0.46
HSL 331.03º 0.27% 0.43% -
HSV(B) 331.03º 0.42% 0.54% -
XYZ 16.06 12.22 15.7 -
YUV 100.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 138 80 108 0 0.42 0.22 0.46 331.03 0.27 0.43
Hex 8A 50 6C 0 2A 16 2E 14B 1B 2B
Octal 212 120 154 0 52 26 56 513 33 53
Binary 10001010 1010000 1101100 0 101010 10110 101110 101001011 11011 101011

Color Harmonies of #8A506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A506C

Black with #8A506C

Text Example


Text Example

White with #8A506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,80,108); }

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

background-color css

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

 a { background-color: rgb(138,80,108); }

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

border-color css

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

 span { border-color: rgb(138,80,108); }

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