Html Css Color HEX #8C4963 Cannon Pink

📋 copy color: '#8C4963'

red 140 ◦ green 73 ◦ blue 99

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

Shades of Cannon Pink #8C4963

Tints of Cannon Pink #8C4963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

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

R = 44.87%
G = 23.4%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C4963 (or 0x8C4963) is known color: Cannon Pink. HEX triplet: 8C, 49 and 63. RGB value is (140,73,99). Sum of RGB (Red+Green+Blue) = 140+73+99=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4963 is #73B69C. Grayscale: #5F5F5F. Windows color (decimal): -7583389 or 6506892. OLE color: 6506892.

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

Color convert

RGB 140 73 99 -
CMYK 0 0.48 0.29 0.45
HSL 336.72º 0.31% 0.42% -
HSV(B) 336.72º 0.48% 0.55% -
XYZ 15.45 11.24 13.16 -
YUV 96 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 140 73 99 0 0.48 0.29 0.45 336.72 0.31 0.42
Hex 8C 49 63 0 30 1D 2D 151 1F 2A
Octal 214 111 143 0 60 35 55 521 37 52
Binary 10001100 1001001 1100011 0 110000 11101 101101 101010001 11111 101010

Color Harmonies of #8C4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4963

Black with #8C4963

Text Example


Text Example

White with #8C4963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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