#8A485C

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

Shades of Cannon Pink #8A485C

Tints of Cannon Pink #8A485C

Color information

#8A485C (or 0x8A485C) is unknown color: approx Cannon Pink. HEX triplet: 8A, 48 and 5C. RGB value is (138,72,92). Sum of RGB (Red+Green+Blue) = 138+72+92=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A485C is #75B7A3. Grayscale: #5E5E5E. Windows color (decimal): -7714724 or 6047882. OLE color: 6047882.

HSL color Cylindrical-coordinate representation of color #8A485C: hue angle of 341.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A485C is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1387292-
CMYK00.480.330.46
HSL341.82º31.43%41.18%-
HSV(B)341.82º47.83%54.12%-
XYZ14.7310.8111.44-
YUV94.01126.87159.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=45.70%
G=23.84%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138729200.480.330.46341.8231.4341.18
Hex8A485C030212E1561f29
Octal21211013406041565263751
Binary1000101010010001011100011000010000110111010101011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,92); }

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

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

 a { background-color: rgb(138,72,92); }

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

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

 span { border-color: rgb(138,72,92); }

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