Html Css Color HEX #8B4968 Cannon Pink

📋 copy color: '#8B4968'

red 139 ◦ green 73 ◦ blue 104

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

Shades of Cannon Pink #8B4968

Tints of Cannon Pink #8B4968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 43.99%
G = 23.1%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B4968 (or 0x8B4968) is known color: Cannon Pink. HEX triplet: 8B, 49 and 68. RGB value is (139,73,104). Sum of RGB (Red+Green+Blue) = 139+73+104=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4968 is #74B697. Grayscale: #606060. Windows color (decimal): -7648920 or 6834571. OLE color: 6834571.

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

Color convert

RGB 139 73 104 -
CMYK 0 0.47 0.25 0.45
HSL 331.82º 0.31% 0.42% -
HSV(B) 331.82º 0.47% 0.55% -
XYZ 15.53 11.25 14.45 -
YUV 96.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 139 73 104 0 0.47 0.25 0.45 331.82 0.31 0.42
Hex 8B 49 68 0 2F 19 2D 14C 1F 2A
Octal 213 111 150 0 57 31 55 514 37 52
Binary 10001011 1001001 1101000 0 101111 11001 101101 101001100 11111 101010

Color Harmonies of #8B4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4968

Black with #8B4968

Text Example


Text Example

White with #8B4968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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