#94556D

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

Shades of Cannon Pink #94556D

Tints of Cannon Pink #94556D

Color information

#94556D (or 0x94556D) is unknown color: approx Cannon Pink. HEX triplet: 94, 55 and 6D. RGB value is (148,85,109). Sum of RGB (Red+Green+Blue) = 148+85+109=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94556D is #6BAA92. Grayscale: #6A6A6A. Windows color (decimal): -7056019 or 7165332. OLE color: 7165332.

HSL color Cylindrical-coordinate representation of color #94556D: hue angle of 337.14º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94556D is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14885109-
CMYK00.430.260.42
HSL337.14º27.04%45.69%-
HSV(B)337.14º42.57%58.04%-
XYZ18.2213.916.19-
YUV106.57129.37157.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=43.27%
G=24.85%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488510900.430.260.42337.1427.0445.69
Hex94556D02B1A2A1511b2e
Octal22412515505332525213356
Binary100101001010101110110101010111101010101010101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94556D; }

 p { color: rgb(148,85,109); }

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

<style>
 a { background-color: #94556D; }

 a { background-color: rgb(148,85,109); }

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

<style>
 span { border-color: #94556D; }

 span { border-color: rgb(148,85,109); }

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