Html Css Color HEX #8C4962 Cannon Pink

📋 copy color: '#8C4962'

red 140 ◦ green 73 ◦ blue 98

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

Shades of Cannon Pink #8C4962

Tints of Cannon Pink #8C4962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 45.02%
G = 23.47%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C4962 (or 0x8C4962) is known color: Cannon Pink. HEX triplet: 8C, 49 and 62. RGB value is (140,73,98). Sum of RGB (Red+Green+Blue) = 140+73+98=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4962 is #73B69D. Grayscale: #5F5F5F. Windows color (decimal): -7583390 or 6441356. OLE color: 6441356.

HSL color Cylindrical-coordinate representation of color #8C4962: hue angle of 337.61º 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 #8C4962 is Cyan = 0, Magento = 0.48, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 73 98 -
CMYK 0 0.48 0.3 0.45
HSL 337.61º 0.31% 0.42% -
HSV(B) 337.61º 0.48% 0.55% -
XYZ 15.4 11.22 12.91 -
YUV 95.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 140 73 98 0 0.48 0.3 0.45 337.61 0.31 0.42
Hex 8C 49 62 0 30 1E 2D 152 1F 2A
Octal 214 111 142 0 60 36 55 522 37 52
Binary 10001100 1001001 1100010 0 110000 11110 101101 101010010 11111 101010

Color Harmonies of #8C4962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4962

Black with #8C4962

Text Example


Text Example

White with #8C4962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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