Html Css Color HEX #8B506E Cannon Pink

📋 copy color: '#8B506E'

red 139 ◦ green 80 ◦ blue 110

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

Shades of Cannon Pink #8B506E

Tints of Cannon Pink #8B506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 42.25%
G = 24.32%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B506E (or 0x8B506E) is known color: Cannon Pink. HEX triplet: 8B, 50 and 6E. RGB value is (139,80,110). Sum of RGB (Red+Green+Blue) = 139+80+110=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B506E is #74AF91. Grayscale: #646464. Windows color (decimal): -7647122 or 7229579. OLE color: 7229579.

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

Color convert

RGB 139 80 110 -
CMYK 0 0.42 0.21 0.45
HSL 329.49º 0.27% 0.43% -
HSV(B) 329.49º 0.42% 0.55% -
XYZ 16.33 12.35 16.28 -
YUV 101.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 139 80 110 0 0.42 0.21 0.45 329.49 0.27 0.43
Hex 8B 50 6E 0 2A 15 2D 149 1B 2B
Octal 213 120 156 0 52 25 55 511 33 53
Binary 10001011 1010000 1101110 0 101010 10101 101101 101001001 11011 101011

Color Harmonies of #8B506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B506E

Black with #8B506E

Text Example


Text Example

White with #8B506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,110); }

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

background-color css

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

 a { background-color: rgb(139,80,110); }

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

border-color css

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

 span { border-color: rgb(139,80,110); }

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