Html Css Color HEX #8F5666 Cannon Pink

📋 copy color: '#8F5666'

red 143 ◦ green 86 ◦ blue 102

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

Shades of Cannon Pink #8F5666

Tints of Cannon Pink #8F5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 43.2%
G = 25.98%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8F5666 (or 0x8F5666) is known color: Cannon Pink. HEX triplet: 8F, 56 and 66. RGB value is (143,86,102). Sum of RGB (Red+Green+Blue) = 143+86+102=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5666 is #70A999. Grayscale: #686868. Windows color (decimal): -7383450 or 6706831. OLE color: 6706831.

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

Color convert

RGB 143 86 102 -
CMYK 0 0.40 0.29 0.44
HSL 343.16º 0.25% 0.45% -
HSV(B) 343.16º 0.4% 0.56% -
XYZ 17.05 13.45 14.27 -
YUV 104.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 143 86 102 0 0.40 0.29 0.44 343.16 0.25 0.45
Hex 8F 56 66 0 28 1D 2C 157 19 2D
Octal 217 126 146 0 50 35 54 527 31 55
Binary 10001111 1010110 1100110 0 101000 11101 101100 101010111 11001 101101

Color Harmonies of #8F5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5666

Black with #8F5666

Text Example


Text Example

White with #8F5666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,86,102); }

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

background-color css

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

 a { background-color: rgb(143,86,102); }

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

border-color css

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

 span { border-color: rgb(143,86,102); }

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