Html Css Color HEX #8C426A Cannon Pink

📋 copy color: '#8C426A'

red 140 ◦ green 66 ◦ blue 106

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

Shades of Cannon Pink #8C426A

Tints of Cannon Pink #8C426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 44.87%
G = 21.15%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C426A (or 0x8C426A) is known color: Cannon Pink. HEX triplet: 8C, 42 and 6A. RGB value is (140,66,106). Sum of RGB (Red+Green+Blue) = 140+66+106=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C426A is #73BD95. Grayscale: #5C5C5C. Windows color (decimal): -7585174 or 6963852. OLE color: 6963852.

HSL color Cylindrical-coordinate representation of color #8C426A: hue angle of 327.57º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C426A is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 106 -
CMYK 0 0.53 0.24 0.45
HSL 327.57º 0.36% 0.4% -
HSV(B) 327.57º 0.53% 0.55% -
XYZ 15.36 10.51 14.85 -
YUV 92.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 140 66 106 0 0.53 0.24 0.45 327.57 0.36 0.4
Hex 8C 42 6A 0 35 18 2D 148 24 28
Octal 214 102 152 0 65 30 55 510 44 50
Binary 10001100 1000010 1101010 0 110101 11000 101101 101001000 100100 101000

Color Harmonies of #8C426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C426A

Black with #8C426A

Text Example


Text Example

White with #8C426A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,106); }

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

background-color css

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

 a { background-color: rgb(140,66,106); }

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

border-color css

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

 span { border-color: rgb(140,66,106); }

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