#8C5669

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

Shades of Cannon Pink #8C5669

Tints of Cannon Pink #8C5669

Color information

#8C5669 (or 0x8C5669) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 69. RGB value is (140,86,105). Sum of RGB (Red+Green+Blue) = 140+86+105=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5669 is #73A996. Grayscale: #686868. Windows color (decimal): -7580055 or 6903436. OLE color: 6903436.

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

Color convert

RGB14086105-
CMYK00.390.250.45
HSL338.89º23.89%44.31%-
HSV(B)338.89º38.57%54.9%-
XYZ16.6913.2515.04-
YUV104.31128.39153.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=42.30%
G=25.98%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408610500.390.250.45338.8923.8944.31
Hex8C5669027192D153182c
Octal21412615104731555233054
Binary100011001010110110100101001111100110110110101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,105); }

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

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

 a { background-color: rgb(140,86,105); }

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

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

 span { border-color: rgb(140,86,105); }

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