Html Css Color HEX #8C4562 Cannon Pink

📋 copy color: '#8C4562'

red 140 ◦ green 69 ◦ blue 98

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

Shades of Cannon Pink #8C4562

Tints of Cannon Pink #8C4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 45.6%
G = 22.48%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C4562 (or 0x8C4562) is known color: Cannon Pink. HEX triplet: 8C, 45 and 62. RGB value is (140,69,98). Sum of RGB (Red+Green+Blue) = 140+69+98=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4562 is #73BA9D. Grayscale: #5D5D5D. Windows color (decimal): -7584414 or 6440332. OLE color: 6440332.

HSL color Cylindrical-coordinate representation of color #8C4562: hue angle of 335.49º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4562 is Cyan = 0, Magento = 0.51, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 69 98 -
CMYK 0 0.51 0.3 0.45
HSL 335.49º 0.34% 0.41% -
HSV(B) 335.49º 0.51% 0.55% -
XYZ 15.15 10.71 12.82 -
YUV 93.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 140 69 98 0 0.51 0.3 0.45 335.49 0.34 0.41
Hex 8C 45 62 0 33 1E 2D 14F 22 29
Octal 214 105 142 0 63 36 55 517 42 51
Binary 10001100 1000101 1100010 0 110011 11110 101101 101001111 100010 101001

Color Harmonies of #8C4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4562

Black with #8C4562

Text Example


Text Example

White with #8C4562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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