Html Css Color HEX #8F5364 Cannon Pink

📋 copy color: '#8F5364'

red 143 ◦ green 83 ◦ blue 100

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

Shades of Cannon Pink #8F5364

Tints of Cannon Pink #8F5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 43.87%
G = 25.46%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8F5364 (or 0x8F5364) is known color: Cannon Pink. HEX triplet: 8F, 53 and 64. RGB value is (143,83,100). Sum of RGB (Red+Green+Blue) = 143+83+100=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5364 is #70AC9B. Grayscale: #666666. Windows color (decimal): -7384220 or 6574991. OLE color: 6574991.

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

Color convert

RGB 143 83 100 -
CMYK 0 0.42 0.30 0.44
HSL 343º 0.27% 0.44% -
HSV(B) 343º 0.42% 0.56% -
XYZ 16.72 12.95 13.67 -
YUV 102.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 143 83 100 0 0.42 0.30 0.44 343 0.27 0.44
Hex 8F 53 64 0 2A 1E 2C 157 1B 2C
Octal 217 123 144 0 52 36 54 527 33 54
Binary 10001111 1010011 1100100 0 101010 11110 101100 101010111 11011 101100

Color Harmonies of #8F5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5364

Black with #8F5364

Text Example


Text Example

White with #8F5364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,83,100); }

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

background-color css

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

 a { background-color: rgb(143,83,100); }

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

border-color css

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

 span { border-color: rgb(143,83,100); }

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