Html Css Color HEX #8B4E68 Cannon Pink

📋 copy color: '#8B4E68'

red 139 ◦ green 78 ◦ blue 104

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

Shades of Cannon Pink #8B4E68

Tints of Cannon Pink #8B4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.3%

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 43.3%
G = 24.3%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B4E68 (or 0x8B4E68) is known color: Cannon Pink. HEX triplet: 8B, 4E and 68. RGB value is (139,78,104). Sum of RGB (Red+Green+Blue) = 139+78+104=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E68 is #74B197. Grayscale: #636363. Windows color (decimal): -7647640 or 6835851. OLE color: 6835851.

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

Color convert

RGB 139 78 104 -
CMYK 0 0.44 0.25 0.45
HSL 334.43º 0.28% 0.43% -
HSV(B) 334.43º 0.44% 0.55% -
XYZ 15.87 11.94 14.56 -
YUV 99.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 139 78 104 0 0.44 0.25 0.45 334.43 0.28 0.43
Hex 8B 4E 68 0 2C 19 2D 14E 1C 2B
Octal 213 116 150 0 54 31 55 516 34 53
Binary 10001011 1001110 1101000 0 101100 11001 101101 101001110 11100 101011

Color Harmonies of #8B4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4E68

Black with #8B4E68

Text Example


Text Example

White with #8B4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,78,104); }

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

background-color css

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

 a { background-color: rgb(139,78,104); }

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

border-color css

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

 span { border-color: rgb(139,78,104); }

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