#8C4B68

Color #8C4B68 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #8C4B68

Tints of Cannon Pink #8C4B68

Color information

#8C4B68 (or 0x8C4B68) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4B and 68. RGB value is (140,75,104). Sum of RGB (Red+Green+Blue) = 140+75+104=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B68 is #73B497. Grayscale: #616161. Windows color (decimal): -7582872 or 6835084. OLE color: 6835084.

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

Color convert

RGB14075104-
CMYK00.460.260.45
HSL333.23º30.23%42.16%-
HSV(B)333.23º46.43%54.9%-
XYZ15.8311.6114.5-
YUV97.74131.53158.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=43.89%
G=23.51%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407510400.460.260.45333.2330.2342.16
Hex8C4B6802E1A2D14d1e2a
Octal21411315005632555153652
Binary100011001001011110100001011101101010110110100110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C4B68;
 }
 .AnyTagClassName
 {
   color: #8C4B68;
 }
</style>
background-color css

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

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

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

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

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

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