Html Css Color HEX #8A596A Cannon Pink

📋 copy color: '#8A596A'

red 138 ◦ green 89 ◦ blue 106

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

Shades of Cannon Pink #8A596A

Tints of Cannon Pink #8A596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 41.44%
G = 26.73%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A596A (or 0x8A596A) is known color: Cannon Pink. HEX triplet: 8A, 59 and 6A. RGB value is (138,89,106). Sum of RGB (Red+Green+Blue) = 138+89+106=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A596A is #75A695. Grayscale: #696969. Windows color (decimal): -7710358 or 6969738. OLE color: 6969738.

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

Color convert

RGB 138 89 106 -
CMYK 0 0.36 0.23 0.46
HSL 339.18º 0.22% 0.45% -
HSV(B) 339.18º 0.36% 0.54% -
XYZ 16.66 13.59 15.38 -
YUV 105.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 138 89 106 0 0.36 0.23 0.46 339.18 0.22 0.45
Hex 8A 59 6A 0 24 17 2E 153 16 2D
Octal 212 131 152 0 44 27 56 523 26 55
Binary 10001010 1011001 1101010 0 100100 10111 101110 101010011 10110 101101

Color Harmonies of #8A596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A596A

Black with #8A596A

Text Example


Text Example

White with #8A596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,89,106); }

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

background-color css

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

 a { background-color: rgb(138,89,106); }

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

border-color css

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

 span { border-color: rgb(138,89,106); }

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