Html Css Color HEX #8B586C Cannon Pink

📋 copy color: '#8B586C'

red 139 ◦ green 88 ◦ blue 108

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

Shades of Cannon Pink #8B586C

Tints of Cannon Pink #8B586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 41.49%
G = 26.27%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B586C (or 0x8B586C) is known color: Cannon Pink. HEX triplet: 8B, 58 and 6C. RGB value is (139,88,108). Sum of RGB (Red+Green+Blue) = 139+88+108=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B586C is #74A793. Grayscale: #696969. Windows color (decimal): -7645076 or 7100555. OLE color: 7100555.

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

Color convert

RGB 139 88 108 -
CMYK 0 0.37 0.22 0.45
HSL 336.47º 0.22% 0.45% -
HSV(B) 336.47º 0.37% 0.55% -
XYZ 16.84 13.55 15.92 -
YUV 105.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 139 88 108 0 0.37 0.22 0.45 336.47 0.22 0.45
Hex 8B 58 6C 0 25 16 2D 150 16 2D
Octal 213 130 154 0 45 26 55 520 26 55
Binary 10001011 1011000 1101100 0 100101 10110 101101 101010000 10110 101101

Color Harmonies of #8B586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B586C

Black with #8B586C

Text Example


Text Example

White with #8B586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,88,108); }

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

background-color css

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

 a { background-color: rgb(139,88,108); }

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

border-color css

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

 span { border-color: rgb(139,88,108); }

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