Html Css Color HEX #8B5672 Cannon Pink

📋 copy color: '#8B5672'

red 139 ◦ green 86 ◦ blue 114

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

Shades of Cannon Pink #8B5672

Tints of Cannon Pink #8B5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 41%
G = 25.37%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B5672 (or 0x8B5672) is known color: Cannon Pink. HEX triplet: 8B, 56 and 72. RGB value is (139,86,114). Sum of RGB (Red+Green+Blue) = 139+86+114=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5672 is #74A98D. Grayscale: #686868. Windows color (decimal): -7645582 or 7493259. OLE color: 7493259.

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

Color convert

RGB 139 86 114 -
CMYK 0 0.38 0.18 0.45
HSL 328.3º 0.24% 0.44% -
HSV(B) 328.3º 0.38% 0.55% -
XYZ 17.01 13.36 17.6 -
YUV 105.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 139 86 114 0 0.38 0.18 0.45 328.3 0.24 0.44
Hex 8B 56 72 0 26 12 2D 148 18 2C
Octal 213 126 162 0 46 22 55 510 30 54
Binary 10001011 1010110 1110010 0 100110 10010 101101 101001000 11000 101100

Color Harmonies of #8B5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5672

Black with #8B5672

Text Example


Text Example

White with #8B5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,86,114); }

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

background-color css

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

 a { background-color: rgb(139,86,114); }

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

border-color css

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

 span { border-color: rgb(139,86,114); }

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