Html Css Color HEX #8F5367 Cannon Pink

📋 copy color: '#8F5367'

red 143 ◦ green 83 ◦ blue 103

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

Shades of Cannon Pink #8F5367

Tints of Cannon Pink #8F5367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 43.47%
G = 25.23%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8F5367 (or 0x8F5367) is known color: Cannon Pink. HEX triplet: 8F, 53 and 67. RGB value is (143,83,103). Sum of RGB (Red+Green+Blue) = 143+83+103=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5367 is #70AC98. Grayscale: #676767. Windows color (decimal): -7384217 or 6771599. OLE color: 6771599.

HSL color Cylindrical-coordinate representation of color #8F5367: hue angle of 340º 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 #8F5367 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 83 103 -
CMYK 0 0.42 0.28 0.44
HSL 340º 0.27% 0.44% -
HSV(B) 340º 0.42% 0.56% -
XYZ 16.87 13.01 14.45 -
YUV 103.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 143 83 103 0 0.42 0.28 0.44 340 0.27 0.44
Hex 8F 53 67 0 2A 1C 2C 154 1B 2C
Octal 217 123 147 0 52 34 54 524 33 54
Binary 10001111 1010011 1100111 0 101010 11100 101100 101010100 11011 101100

Color Harmonies of #8F5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5367

Black with #8F5367

Text Example


Text Example

White with #8F5367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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