Html Css Color HEX #8B4C6C Cannon Pink

📋 copy color: '#8B4C6C'

red 139 ◦ green 76 ◦ blue 108

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

Shades of Cannon Pink #8B4C6C

Tints of Cannon Pink #8B4C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

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

R = 43.03%
G = 23.53%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B4C6C (or 0x8B4C6C) is known color: Cannon Pink. HEX triplet: 8B, 4C and 6C. RGB value is (139,76,108). Sum of RGB (Red+Green+Blue) = 139+76+108=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C6C is #74B393. Grayscale: #626262. Windows color (decimal): -7648148 or 7097483. OLE color: 7097483.

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

Color convert

RGB 139 76 108 -
CMYK 0 0.45 0.22 0.45
HSL 329.52º 0.29% 0.42% -
HSV(B) 329.52º 0.45% 0.55% -
XYZ 15.94 11.74 15.61 -
YUV 98.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 139 76 108 0 0.45 0.22 0.45 329.52 0.29 0.42
Hex 8B 4C 6C 0 2D 16 2D 14A 1D 2A
Octal 213 114 154 0 55 26 55 512 35 52
Binary 10001011 1001100 1101100 0 101101 10110 101101 101001010 11101 101010

Color Harmonies of #8B4C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4C6C

Black with #8B4C6C

Text Example


Text Example

White with #8B4C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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