Html Css Color HEX #8F5265 Cannon Pink

📋 copy color: '#8F5265'

red 143 ◦ green 82 ◦ blue 101

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

Shades of Cannon Pink #8F5265

Tints of Cannon Pink #8F5265

RGB

 RED value IS 143 (56.25% from 255) = 43.87%

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

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

R = 43.87%
G = 25.15%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8F5265 (or 0x8F5265) is known color: Cannon Pink. HEX triplet: 8F, 52 and 65. RGB value is (143,82,101). Sum of RGB (Red+Green+Blue) = 143+82+101=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5265 is #70AD9A. Grayscale: #666666. Windows color (decimal): -7384475 or 6640271. OLE color: 6640271.

HSL color Cylindrical-coordinate representation of color #8F5265: hue angle of 341.31º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5265 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 82 101 -
CMYK 0 0.43 0.29 0.44
HSL 341.31º 0.27% 0.44% -
HSV(B) 341.31º 0.43% 0.56% -
XYZ 16.69 12.81 13.91 -
YUV 102.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 143 82 101 0 0.43 0.29 0.44 341.31 0.27 0.44
Hex 8F 52 65 0 2B 1D 2C 155 1B 2C
Octal 217 122 145 0 53 35 54 525 33 54
Binary 10001111 1010010 1100101 0 101011 11101 101100 101010101 11011 101100

Color Harmonies of #8F5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5265

Black with #8F5265

Text Example


Text Example

White with #8F5265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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