Html Css Color HEX #8B5062 Cannon Pink

📋 copy color: '#8B5062'

red 139 ◦ green 80 ◦ blue 98

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

Shades of Cannon Pink #8B5062

Tints of Cannon Pink #8B5062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 43.85%
G = 25.24%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B5062 (or 0x8B5062) is known color: Cannon Pink. HEX triplet: 8B, 50 and 62. RGB value is (139,80,98). Sum of RGB (Red+Green+Blue) = 139+80+98=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5062 is #74AF9D. Grayscale: #636363. Windows color (decimal): -7647134 or 6443147. OLE color: 6443147.

HSL color Cylindrical-coordinate representation of color #8B5062: hue angle of 341.69º 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 #8B5062 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 80 98 -
CMYK 0 0.42 0.29 0.45
HSL 341.69º 0.27% 0.43% -
HSV(B) 341.69º 0.42% 0.55% -
XYZ 15.72 12.11 13.06 -
YUV 99.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 139 80 98 0 0.42 0.29 0.45 341.69 0.27 0.43
Hex 8B 50 62 0 2A 1D 2D 156 1B 2B
Octal 213 120 142 0 52 35 55 526 33 53
Binary 10001011 1010000 1100010 0 101010 11101 101101 101010110 11011 101011

Color Harmonies of #8B5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5062

Black with #8B5062

Text Example


Text Example

White with #8B5062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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