Html Css Color HEX #8C5163 Cannon Pink

📋 copy color: '#8C5163'

red 140 ◦ green 81 ◦ blue 99

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

Shades of Cannon Pink #8C5163

Tints of Cannon Pink #8C5163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

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

R = 43.75%
G = 25.31%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C5163 (or 0x8C5163) is known color: Cannon Pink. HEX triplet: 8C, 51 and 63. RGB value is (140,81,99). Sum of RGB (Red+Green+Blue) = 140+81+99=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5163 is #73AE9C. Grayscale: #646464. Windows color (decimal): -7581341 or 6508940. OLE color: 6508940.

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

Color convert

RGB 140 81 99 -
CMYK 0 0.42 0.29 0.45
HSL 341.69º 0.27% 0.43% -
HSV(B) 341.69º 0.42% 0.55% -
XYZ 16.01 12.36 13.35 -
YUV 100.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 140 81 99 0 0.42 0.29 0.45 341.69 0.27 0.43
Hex 8C 51 63 0 2A 1D 2D 156 1B 2B
Octal 214 121 143 0 52 35 55 526 33 53
Binary 10001100 1010001 1100011 0 101010 11101 101101 101010110 11011 101011

Color Harmonies of #8C5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5163

Black with #8C5163

Text Example


Text Example

White with #8C5163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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