Html Css Color HEX #8A5668 Cannon Pink

📋 copy color: '#8A5668'

red 138 ◦ green 86 ◦ blue 104

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

Shades of Cannon Pink #8A5668

Tints of Cannon Pink #8A5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.22%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 42.07%
G = 26.22%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A5668 (or 0x8A5668) is known color: Cannon Pink. HEX triplet: 8A, 56 and 68. RGB value is (138,86,104). Sum of RGB (Red+Green+Blue) = 138+86+104=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5668 is #75A997. Grayscale: #676767. Windows color (decimal): -7711128 or 6837898. OLE color: 6837898.

HSL color Cylindrical-coordinate representation of color #8A5668: hue angle of 339.23º degrees, saturation: 0.23, 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 #8A5668 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 86 104 -
CMYK 0 0.38 0.25 0.46
HSL 339.23º 0.23% 0.44% -
HSV(B) 339.23º 0.38% 0.54% -
XYZ 16.31 13.06 14.76 -
YUV 103.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 138 86 104 0 0.38 0.25 0.46 339.23 0.23 0.44
Hex 8A 56 68 0 26 19 2E 153 17 2C
Octal 212 126 150 0 46 31 56 523 27 54
Binary 10001010 1010110 1101000 0 100110 11001 101110 101010011 10111 101100

Color Harmonies of #8A5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5668

Black with #8A5668

Text Example


Text Example

White with #8A5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,86,104); }

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

background-color css

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

 a { background-color: rgb(138,86,104); }

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

border-color css

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

 span { border-color: rgb(138,86,104); }

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