Html Css Color HEX #8E4C6C Cannon Pink

📋 copy color: '#8E4C6C'

red 142 ◦ green 76 ◦ blue 108

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

Shades of Cannon Pink #8E4C6C

Tints of Cannon Pink #8E4C6C

RGB

 RED value IS 142 (55.86% from 255) = 43.56%

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 43.56%
G = 23.31%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E4C6C (or 0x8E4C6C) is known color: Cannon Pink. HEX triplet: 8E, 4C and 6C. RGB value is (142,76,108). Sum of RGB (Red+Green+Blue) = 142+76+108=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C6C is #71B393. Grayscale: #636363. Windows color (decimal): -7451540 or 7097486. OLE color: 7097486.

HSL color Cylindrical-coordinate representation of color #8E4C6C: hue angle of 330.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E4C6C is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 76 108 -
CMYK 0 0.46 0.24 0.44
HSL 330.91º 0.3% 0.43% -
HSV(B) 330.91º 0.46% 0.56% -
XYZ 16.45 12 15.64 -
YUV 99.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 142 76 108 0 0.46 0.24 0.44 330.91 0.3 0.43
Hex 8E 4C 6C 0 2E 18 2C 14B 1E 2B
Octal 216 114 154 0 56 30 54 513 36 53
Binary 10001110 1001100 1101100 0 101110 11000 101100 101001011 11110 101011

Color Harmonies of #8E4C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C6C

Black with #8E4C6C

Text Example


Text Example

White with #8E4C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,108); }

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

background-color css

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

 a { background-color: rgb(142,76,108); }

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

border-color css

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

 span { border-color: rgb(142,76,108); }

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