Html Css Color HEX #8B495C Cannon Pink

📋 copy color: '#8B495C'

red 139 ◦ green 73 ◦ blue 92

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

Shades of Cannon Pink #8B495C

Tints of Cannon Pink #8B495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 45.72%
G = 24.01%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8B495C (or 0x8B495C) is known color: Cannon Pink. HEX triplet: 8B, 49 and 5C. RGB value is (139,73,92). Sum of RGB (Red+Green+Blue) = 139+73+92=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B495C is #74B6A3. Grayscale: #5E5E5E. Windows color (decimal): -7648932 or 6048139. OLE color: 6048139.

HSL color Cylindrical-coordinate representation of color #8B495C: hue angle of 342.73º 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 #8B495C is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 73 92 -
CMYK 0 0.47 0.34 0.45
HSL 342.73º 0.31% 0.42% -
HSV(B) 342.73º 0.47% 0.55% -
XYZ 14.96 11.03 11.47 -
YUV 94.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 139 73 92 0 0.47 0.34 0.45 342.73 0.31 0.42
Hex 8B 49 5C 0 2F 22 2D 157 1F 2A
Octal 213 111 134 0 57 42 55 527 37 52
Binary 10001011 1001001 1011100 0 101111 100010 101101 101010111 11111 101010

Color Harmonies of #8B495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B495C

Black with #8B495C

Text Example


Text Example

White with #8B495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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