#94556E

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

Shades of Cannon Pink #94556E

Tints of Cannon Pink #94556E

Color information

#94556E (or 0x94556E) is unknown color: approx Cannon Pink. HEX triplet: 94, 55 and 6E. RGB value is (148,85,110). Sum of RGB (Red+Green+Blue) = 148+85+110=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94556E is #6BAA91. Grayscale: #6A6A6A. Windows color (decimal): -7056018 or 7230868. OLE color: 7230868.

HSL color Cylindrical-coordinate representation of color #94556E: hue angle of 336.19º 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 #94556E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14885110-
CMYK00.430.260.42
HSL336.19º27.04%45.69%-
HSV(B)336.19º42.57%58.04%-
XYZ18.2813.9216.48-
YUV106.69129.87157.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=43.15%
G=24.78%
B=32.07%

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
Decimal1488511000.430.260.42336.1927.0445.69
Hex94556E02B1A2A1501b2e
Octal22412515605332525203356
Binary100101001010101110111001010111101010101010101000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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