#8C515C

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

Shades of Cannon Pink #8C515C

Tints of Cannon Pink #8C515C

Color information

#8C515C (or 0x8C515C) is unknown color: approx Cannon Pink. HEX triplet: 8C, 51 and 5C. RGB value is (140,81,92). Sum of RGB (Red+Green+Blue) = 140+81+92=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C515C is #73AEA3. Grayscale: #636363. Windows color (decimal): -7581348 or 6050188. OLE color: 6050188.

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

Color convert

RGB1408192-
CMYK00.420.340.45
HSL348.81º26.7%43.33%-
HSV(B)348.81º42.14%54.9%-
XYZ15.6912.2311.66-
YUV99.9123.55156.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=44.73%
G=25.88%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140819200.420.340.45348.8126.743.33
Hex8C515C02A222D15d1b2b
Octal21412113405242555353353
Binary1000110010100011011100010101010001010110110101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,92); }

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

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

 a { background-color: rgb(140,81,92); }

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

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

 span { border-color: rgb(140,81,92); }

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