Html Css Color HEX #8A586B Cannon Pink

📋 copy color: '#8A586B'

red 138 ◦ green 88 ◦ blue 107

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

Shades of Cannon Pink #8A586B

Tints of Cannon Pink #8A586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.43%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 41.44%
G = 26.43%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A586B (or 0x8A586B) is known color: Cannon Pink. HEX triplet: 8A, 58 and 6B. RGB value is (138,88,107). Sum of RGB (Red+Green+Blue) = 138+88+107=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A586B is #75A794. Grayscale: #696969. Windows color (decimal): -7710613 or 7035018. OLE color: 7035018.

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

Color convert

RGB 138 88 107 -
CMYK 0 0.36 0.22 0.46
HSL 337.2º 0.22% 0.44% -
HSV(B) 337.2º 0.36% 0.54% -
XYZ 16.62 13.44 15.63 -
YUV 105.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 138 88 107 0 0.36 0.22 0.46 337.2 0.22 0.44
Hex 8A 58 6B 0 24 16 2E 151 16 2C
Octal 212 130 153 0 44 26 56 521 26 54
Binary 10001010 1011000 1101011 0 100100 10110 101110 101010001 10110 101100

Color Harmonies of #8A586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A586B

Black with #8A586B

Text Example


Text Example

White with #8A586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,88,107); }

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

background-color css

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

 a { background-color: rgb(138,88,107); }

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

border-color css

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

 span { border-color: rgb(138,88,107); }

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