Html Css Color HEX #8B4A6A Cannon Pink

📋 copy color: '#8B4A6A'

red 139 ◦ green 74 ◦ blue 106

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

Shades of Cannon Pink #8B4A6A

Tints of Cannon Pink #8B4A6A

RGB

 RED value IS 139 (54.69% from 255) = 43.57%

 GREEN value IS 74 (29.3% from 255) = 23.2%

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

R = 43.57%
G = 23.2%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B4A6A (or 0x8B4A6A) is known color: Cannon Pink. HEX triplet: 8B, 4A and 6A. RGB value is (139,74,106). Sum of RGB (Red+Green+Blue) = 139+74+106=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A6A is #74B595. Grayscale: #616161. Windows color (decimal): -7648662 or 6965899. OLE color: 6965899.

HSL color Cylindrical-coordinate representation of color #8B4A6A: hue angle of 330.46º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4A6A is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 74 106 -
CMYK 0 0.47 0.24 0.45
HSL 330.46º 0.31% 0.42% -
HSV(B) 330.46º 0.47% 0.55% -
XYZ 15.7 11.43 15.01 -
YUV 97.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 139 74 106 0 0.47 0.24 0.45 330.46 0.31 0.42
Hex 8B 4A 6A 0 2F 18 2D 14A 1F 2A
Octal 213 112 152 0 57 30 55 512 37 52
Binary 10001011 1001010 1101010 0 101111 11000 101101 101001010 11111 101010

Color Harmonies of #8B4A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4A6A

Black with #8B4A6A

Text Example


Text Example

White with #8B4A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,74,106); }

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

background-color css

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

 a { background-color: rgb(139,74,106); }

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

border-color css

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

 span { border-color: rgb(139,74,106); }

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