Html Css Color HEX #8C5463 Cannon Pink

📋 copy color: '#8C5463'

red 140 ◦ green 84 ◦ blue 99

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

Shades of Cannon Pink #8C5463

Tints of Cannon Pink #8C5463

RGB

 RED value IS 140 (55.08% from 255) = 43.34%

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 43.34%
G = 26.01%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C5463 (or 0x8C5463) is known color: Cannon Pink. HEX triplet: 8C, 54 and 63. RGB value is (140,84,99). Sum of RGB (Red+Green+Blue) = 140+84+99=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5463 is #73AB9C. Grayscale: #666666. Windows color (decimal): -7580573 or 6509708. OLE color: 6509708.

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

Color convert

RGB 140 84 99 -
CMYK 0 0.4 0.29 0.45
HSL 343.93º 0.25% 0.44% -
HSV(B) 343.93º 0.4% 0.55% -
XYZ 16.24 12.82 13.42 -
YUV 102.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 140 84 99 0 0.4 0.29 0.45 343.93 0.25 0.44
Hex 8C 54 63 0 28 1D 2D 158 19 2C
Octal 214 124 143 0 50 35 55 530 31 54
Binary 10001100 1010100 1100011 0 101000 11101 101101 101011000 11001 101100

Color Harmonies of #8C5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5463

Black with #8C5463

Text Example


Text Example

White with #8C5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,84,99); }

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

background-color css

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

 a { background-color: rgb(140,84,99); }

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

border-color css

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

 span { border-color: rgb(140,84,99); }

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