Html Css Color HEX #8C4B6F Cannon Pink

📋 copy color: '#8C4B6F'

red 140 ◦ green 75 ◦ blue 111

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

Shades of Cannon Pink #8C4B6F

Tints of Cannon Pink #8C4B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 42.94%
G = 23.01%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C4B6F (or 0x8C4B6F) is known color: Cannon Pink. HEX triplet: 8C, 4B and 6F. RGB value is (140,75,111). Sum of RGB (Red+Green+Blue) = 140+75+111=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B6F is #73B490. Grayscale: #626262. Windows color (decimal): -7582865 or 7293836. OLE color: 7293836.

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

Color convert

RGB 140 75 111 -
CMYK 0 0.46 0.21 0.45
HSL 326.77º 0.3% 0.42% -
HSV(B) 326.77º 0.46% 0.55% -
XYZ 16.2 11.76 16.45 -
YUV 98.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 140 75 111 0 0.46 0.21 0.45 326.77 0.3 0.42
Hex 8C 4B 6F 0 2E 15 2D 147 1E 2A
Octal 214 113 157 0 56 25 55 507 36 52
Binary 10001100 1001011 1101111 0 101110 10101 101101 101000111 11110 101010

Color Harmonies of #8C4B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4B6F

Black with #8C4B6F

Text Example


Text Example

White with #8C4B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,75,111); }

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

background-color css

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

 a { background-color: rgb(140,75,111); }

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

border-color css

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

 span { border-color: rgb(140,75,111); }

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