Html Css Color HEX #8A556A Cannon Pink

📋 copy color: '#8A556A'

red 138 ◦ green 85 ◦ blue 106

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

Shades of Cannon Pink #8A556A

Tints of Cannon Pink #8A556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 41.95%
G = 25.84%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A556A (or 0x8A556A) is known color: Cannon Pink. HEX triplet: 8A, 55 and 6A. RGB value is (138,85,106). Sum of RGB (Red+Green+Blue) = 138+85+106=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A556A is #75AA95. Grayscale: #676767. Windows color (decimal): -7711382 or 6968714. OLE color: 6968714.

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

Color convert

RGB 138 85 106 -
CMYK 0 0.38 0.23 0.46
HSL 336.23º 0.24% 0.44% -
HSV(B) 336.23º 0.38% 0.54% -
XYZ 16.33 12.94 15.27 -
YUV 103.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 138 85 106 0 0.38 0.23 0.46 336.23 0.24 0.44
Hex 8A 55 6A 0 26 17 2E 150 18 2C
Octal 212 125 152 0 46 27 56 520 30 54
Binary 10001010 1010101 1101010 0 100110 10111 101110 101010000 11000 101100

Color Harmonies of #8A556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A556A

Black with #8A556A

Text Example


Text Example

White with #8A556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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