Html Css Color HEX #8F576C Cannon Pink

📋 copy color: '#8F576C'

red 143 ◦ green 87 ◦ blue 108

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

Shades of Cannon Pink #8F576C

Tints of Cannon Pink #8F576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 42.31%
G = 25.74%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F576C (or 0x8F576C) is known color: Cannon Pink. HEX triplet: 8F, 57 and 6C. RGB value is (143,87,108). Sum of RGB (Red+Green+Blue) = 143+87+108=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F576C is #70A893. Grayscale: #6A6A6A. Windows color (decimal): -7383188 or 7100303. OLE color: 7100303.

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

Color convert

RGB 143 87 108 -
CMYK 0 0.39 0.24 0.44
HSL 337.5º 0.24% 0.45% -
HSV(B) 337.5º 0.39% 0.56% -
XYZ 17.44 13.74 15.92 -
YUV 106.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 143 87 108 0 0.39 0.24 0.44 337.5 0.24 0.45
Hex 8F 57 6C 0 27 18 2C 152 18 2D
Octal 217 127 154 0 47 30 54 522 30 55
Binary 10001111 1010111 1101100 0 100111 11000 101100 101010010 11000 101101

Color Harmonies of #8F576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F576C

Black with #8F576C

Text Example


Text Example

White with #8F576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,87,108); }

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

background-color css

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

 a { background-color: rgb(143,87,108); }

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

border-color css

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

 span { border-color: rgb(143,87,108); }

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