Html Css Color HEX #8B5265 Cannon Pink

📋 copy color: '#8B5265'

red 139 ◦ green 82 ◦ blue 101

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

Shades of Cannon Pink #8B5265

Tints of Cannon Pink #8B5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 43.17%
G = 25.47%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B5265 (or 0x8B5265) is known color: Cannon Pink. HEX triplet: 8B, 52 and 65. RGB value is (139,82,101). Sum of RGB (Red+Green+Blue) = 139+82+101=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5265 is #74AD9A. Grayscale: #656565. Windows color (decimal): -7646619 or 6640267. OLE color: 6640267.

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

Color convert

RGB 139 82 101 -
CMYK 0 0.41 0.27 0.45
HSL 340º 0.26% 0.43% -
HSV(B) 340º 0.41% 0.55% -
XYZ 16.01 12.46 13.87 -
YUV 101.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 139 82 101 0 0.41 0.27 0.45 340 0.26 0.43
Hex 8B 52 65 0 29 1B 2D 154 1A 2B
Octal 213 122 145 0 51 33 55 524 32 53
Binary 10001011 1010010 1100101 0 101001 11011 101101 101010100 11010 101011

Color Harmonies of #8B5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5265

Black with #8B5265

Text Example


Text Example

White with #8B5265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,82,101); }

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

background-color css

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

 a { background-color: rgb(139,82,101); }

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

border-color css

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

 span { border-color: rgb(139,82,101); }

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