Html Css Color HEX #8C5063 Cannon Pink

📋 copy color: '#8C5063'

red 140 ◦ green 80 ◦ blue 99

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

Shades of Cannon Pink #8C5063

Tints of Cannon Pink #8C5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 43.89%
G = 25.08%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C5063 (or 0x8C5063) is known color: Cannon Pink. HEX triplet: 8C, 50 and 63. RGB value is (140,80,99). Sum of RGB (Red+Green+Blue) = 140+80+99=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5063 is #73AF9C. Grayscale: #646464. Windows color (decimal): -7581597 or 6508684. OLE color: 6508684.

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

Color convert

RGB 140 80 99 -
CMYK 0 0.43 0.29 0.45
HSL 341º 0.27% 0.43% -
HSV(B) 341º 0.43% 0.55% -
XYZ 15.94 12.21 13.32 -
YUV 100.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 140 80 99 0 0.43 0.29 0.45 341 0.27 0.43
Hex 8C 50 63 0 2B 1D 2D 155 1B 2B
Octal 214 120 143 0 53 35 55 525 33 53
Binary 10001100 1010000 1100011 0 101011 11101 101101 101010101 11011 101011

Color Harmonies of #8C5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5063

Black with #8C5063

Text Example


Text Example

White with #8C5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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